Color Hex Logo

#87687e Color Hex

#87687E
(135,104,126)
0 Favorites   0 Comments

Color spaces of #87687e

RGB 135104126
HSL0.880.130.47
HSV317°23°53°
CMYK 0.000.230.07   0.47
XYZ18.707916.557921.9486
Yxy16.55790.32700.2894
Hunter Lab40.691410.8556-3.4965
CIE-Lab47.698116.2869-7.4435

#87687e color RGB value is (135,104,126).

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

The process color (four color CMYK) of #87687e color hex is 0.00, 0.23, 0.07, 0.47. Web safe color of #87687e is #996666. Color #87687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 01111110
Octal 207 150 176
Decimal 135 104 126
Hex 87 68 7E

RGB Percentages of Color #87687e

%36.99
%28.49
%34.52

CMYK Percentages of Color #87687e

%0
%23
%7
%47

Triadic Colors of #87687e

#87687e #7e8768 #687e87

Analogous Colors of #87687e

#87687e #87686f #816887

Monochromatic Colors of #87687e

#87687e

Complementary Color

#87687e #688771

#87687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87687e Color CSS Codes

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

#87687e Text Font Color

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

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


#87687e Background Color

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

This div background color is #87687e


#87687e Border Color

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

This div border color is #87687e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,104,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 #87687e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87687e


Comments

No comments written yet.

Please login to write comment.