Color Hex Logo

#848987 Color Hex

#848987
(132,137,135)
0 Favorites   0 Comments

Color spaces of #848987

RGB 132137135
HSL0.430.020.53
HSV156°54°
CMYK 0.040.000.01   0.46
XYZ22.834624.546126.4560
Yxy24.54610.30930.3324
Hunter Lab49.5440-4.43223.0206
CIE-Lab56.6305-2.23320.4239

#848987 color RGB value is (132,137,135).

#848987 hex color red value is 132, green value is 137 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #848987 hue: 0.43 , saturation: 0.02 and the lightness value of 848987 is 0.53.

The process color (four color CMYK) of #848987 color hex is 0.04, 0.00, 0.01, 0.46. Web safe color of #848987 is #999999. Color #848987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 10000111
Octal 204 211 207
Decimal 132 137 135
Hex 84 89 87

RGB Percentages of Color #848987

%32.67
%33.91
%33.42

CMYK Percentages of Color #848987

%4
%0
%1
%46

Triadic Colors of #848987

#848987 #878489 #898784

Analogous Colors of #848987

#848987 #848989 #848985

Monochromatic Colors of #848987

#848987

Complementary Color

#848987 #898486

#848987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848987 Color CSS Codes

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

#848987 Text Font Color

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

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


#848987 Background Color

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

This div background color is #848987


#848987 Border Color

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

This div border color is #848987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848987


Comments

No comments written yet.

Please login to write comment.