Color Hex Logo

#87406c Color Hex

#87406C
(135,64,108)
0 Favorites   0 Comments

Color spaces of #87406c

RGB 13564108
HSL0.900.360.39
HSV323°53°53°
CMYK 0.000.530.20   0.47
XYZ14.53189.900415.3324
Yxy9.90040.36540.2490
Hunter Lab31.464927.3751-6.8657
CIE-Lab37.663136.0540-11.5286

#87406c color RGB value is (135,64,108).

#87406c hex color red value is 135, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #87406c hue: 0.90 , saturation: 0.36 and the lightness value of 87406c is 0.39.

The process color (four color CMYK) of #87406c color hex is 0.00, 0.53, 0.20, 0.47. Web safe color of #87406c is #993366. Color #87406c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000000 01101100
Octal 207 100 154
Decimal 135 64 108
Hex 87 40 6C

RGB Percentages of Color #87406c

%43.97
%20.85
%35.18

CMYK Percentages of Color #87406c

%0
%53
%20
%47

Triadic Colors of #87406c

#87406c #6c8740 #406c87

Analogous Colors of #87406c

#87406c #874049 #7f4087

Monochromatic Colors of #87406c

#87406c

Complementary Color

#87406c #40875b

#87406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87406c Color CSS Codes

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

#87406c Text Font Color

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

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


#87406c Background Color

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

This div background color is #87406c


#87406c Border Color

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

This div border color is #87406c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,64,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87406c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87406c;
  -webkit-box-shadow: 1px 1px 3px 2px #87406c;
  box-shadow:         1px 1px 3px 2px #87406c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87406c


Comments

No comments written yet.

Please login to write comment.