Color Hex Logo

#84878b Color Hex

#84878B
(132,135,139)
0 Favorites   0 Comments

Color spaces of #84878b

RGB 132135139
HSL0.600.030.53
HSV214°55°
CMYK 0.050.030.00   0.45
XYZ22.839924.097627.8736
Yxy24.09760.30530.3221
Hunter Lab49.0893-2.85520.6968
CIE-Lab56.1854-0.2907-2.5339

#84878b color RGB value is (132,135,139).

#84878b hex color red value is 132, green value is 135 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #84878b hue: 0.60 , saturation: 0.03 and the lightness value of 84878b is 0.53.

The process color (four color CMYK) of #84878b color hex is 0.05, 0.03, 0.00, 0.45. Web safe color of #84878b is #999999. Color #84878b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000111 10001011
Octal 204 207 213
Decimal 132 135 139
Hex 84 87 8B

RGB Percentages of Color #84878b

%32.51
%33.25
%34.24

CMYK Percentages of Color #84878b

%5
%3
%0
%45

Triadic Colors of #84878b

#84878b #8b8487 #878b84

Analogous Colors of #84878b

#84878b #85848b #848b8b

Monochromatic Colors of #84878b

#84878b

Complementary Color

#84878b #8b8884

#84878b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84878b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84878b Color CSS Codes

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

#84878b Text Font Color

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

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


#84878b Background Color

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

This div background color is #84878b


#84878b Border Color

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

This div border color is #84878b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84878b

#84878b Color Palettes


Comments

No comments written yet.

Please login to write comment.