Color Hex Logo

#84878f Color Hex

#84878F
(132,135,143)
0 Favorites   0 Comments

Color spaces of #84878f

RGB 132135143
HSL0.620.050.54
HSV224°56°
CMYK 0.080.060.00   0.44
XYZ23.137624.216629.4414
Yxy24.21660.30130.3153
Hunter Lab49.2104-2.1915-1.0246
CIE-Lab56.30400.5427-4.6670

#84878f color RGB value is (132,135,143).

#84878f hex color red value is 132, green value is 135 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #84878f hue: 0.62 , saturation: 0.05 and the lightness value of 84878f is 0.54.

The process color (four color CMYK) of #84878f color hex is 0.08, 0.06, 0.00, 0.44. Web safe color of #84878f is #999999. Color #84878f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000111 10001111
Octal 204 207 217
Decimal 132 135 143
Hex 84 87 8F

RGB Percentages of Color #84878f

%32.20
%32.93
%34.88

CMYK Percentages of Color #84878f

%8
%6
%0
%44

Triadic Colors of #84878f

#84878f #8f8487 #878f84

Analogous Colors of #84878f

#84878f #87848f #848d8f

Monochromatic Colors of #84878f

#84878f

Complementary Color

#84878f #8f8c84

#84878f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84878f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84878f Color CSS Codes

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

#84878f Text Font Color

<p style="color:#84878f">Text here</p>

This sample text font color is #84878f
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.


#84878f Background Color

<div style="background-color:#84878f">
Div content here</div>

This div background color is #84878f


#84878f Border Color

<div style="border:3px solid #84878f">
Div here</div>

This div border color is #84878f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,135,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84878f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84878f;
  -webkit-box-shadow: 1px 1px 3px 2px #84878f;
  box-shadow:         1px 1px 3px 2px #84878f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84878f


Comments

No comments written yet.

Please login to write comment.