Color Hex Logo

#87857e Color Hex

#87857E
(135,133,126)
0 Favorites   0 Comments

Color spaces of #87857e

RGB 135133126
HSL0.130.040.51
HSV47°53°
CMYK 0.000.010.07   0.47
XYZ22.145123.432323.0944
Yxy23.43230.32250.3412
Hunter Lab48.4069-3.05235.5982
CIE-Lab55.5149-0.58524.0276

#87857e color RGB value is (135,133,126).

#87857e hex color red value is 135, green value is 133 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #87857e hue: 0.13 , saturation: 0.04 and the lightness value of 87857e is 0.51.

The process color (four color CMYK) of #87857e color hex is 0.00, 0.01, 0.07, 0.47. Web safe color of #87857e is #999966. Color #87857e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000101 01111110
Octal 207 205 176
Decimal 135 133 126
Hex 87 85 7E

RGB Percentages of Color #87857e

%34.26
%33.76
%31.98

CMYK Percentages of Color #87857e

%0
%1
%7
%47

Triadic Colors of #87857e

#87857e #7e8785 #857e87

Analogous Colors of #87857e

#87857e #85877e #87817e

Monochromatic Colors of #87857e

#87857e

Complementary Color

#87857e #7e8087

#87857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87857e Color CSS Codes

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

#87857e Text Font Color

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

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


#87857e Background Color

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

This div background color is #87857e


#87857e Border Color

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

This div border color is #87857e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,133,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87857e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87857e;
  -webkit-box-shadow: 1px 1px 3px 2px #87857e;
  box-shadow:         1px 1px 3px 2px #87857e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87857e


Comments

No comments written yet.

Please login to write comment.