Color Hex Logo

#84718a Color Hex

#84718A
(132,113,138)
0 Favorites   0 Comments

Color spaces of #84718a

RGB 132113138
HSL0.790.100.49
HSV286°18°54°
CMYK 0.040.180.00   0.46
XYZ20.008318.550826.5709
Yxy18.55080.30720.2848
Hunter Lab43.07067.5479-6.4274
CIE-Lab50.157512.2748-10.9168

#84718a color RGB value is (132,113,138).

#84718a hex color red value is 132, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #84718a hue: 0.79 , saturation: 0.10 and the lightness value of 84718a is 0.49.

The process color (four color CMYK) of #84718a color hex is 0.04, 0.18, 0.00, 0.46. Web safe color of #84718a is #996699. Color #84718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110001 10001010
Octal 204 161 212
Decimal 132 113 138
Hex 84 71 8A

RGB Percentages of Color #84718a

%34.46
%29.50
%36.03

CMYK Percentages of Color #84718a

%4
%18
%0
%46

Triadic Colors of #84718a

#84718a #8a8471 #718a84

Analogous Colors of #84718a

#84718a #8a7184 #78718a

Monochromatic Colors of #84718a

#84718a

Complementary Color

#84718a #778a71

#84718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84718a Color CSS Codes

.mybgcolor {background-color:#84718a; } 
.myforecolor {color:#84718a; }
.mybordercolor {border:3px solid #84718a; }

#84718a Text Font Color

<p style="color:#84718a">Text here</p>

This sample text font color is #84718a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#84718a Background Color

<div style="background-color:#84718a">
Div content here</div>

This div background color is #84718a


#84718a Border Color

<div style="border:3px solid #84718a">
Div here</div>

This div border color is #84718a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,113,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84718a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84718a;
  -webkit-box-shadow: 1px 1px 3px 2px #84718a;
  box-shadow:         1px 1px 3px 2px #84718a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,113,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #84718a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #84718a;
  -webkit-box-shadow: 1px 1px 3px 2px #84718a;
  box-shadow:         1px 1px 3px 2px #84718a;">
Div content here</div>

This div box has shadow with color #84718a


Comments

No comments written yet.

Please login to write comment.