Color Hex Logo

#87066c Color Hex

#87066C
(135,6,108)
0 Favorites   0 Comments

Color spaces of #87066c

RGB 1356108
HSL0.870.910.28
HSV313°96°53°
CMYK 0.000.960.20   0.47
XYZ12.76366.363914.7430
Yxy6.36390.37680.1879
Hunter Lab25.226846.1660-16.9915
CIE-Lab30.312656.4209-22.8511

#87066c color RGB value is (135,6,108).

#87066c hex color red value is 135, green value is 6 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #87066c hue: 0.87 , saturation: 0.91 and the lightness value of 87066c is 0.28.

The process color (four color CMYK) of #87066c color hex is 0.00, 0.96, 0.20, 0.47. Web safe color of #87066c is #990066. Color #87066c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 01101100
Octal 207 6 154
Decimal 135 6 108
Hex 87 6 6C

RGB Percentages of Color #87066c

%54.22
%2.41
%43.37

CMYK Percentages of Color #87066c

%0
%96
%20
%47

Triadic Colors of #87066c

#87066c #6c8706 #066c87

Analogous Colors of #87066c

#87066c #87062c #620687

Monochromatic Colors of #87066c

#87066c

Complementary Color

#87066c #068721

#87066c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87066c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87066c Color CSS Codes

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

#87066c Text Font Color

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

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


#87066c Background Color

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

This div background color is #87066c


#87066c Border Color

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

This div border color is #87066c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87066c


Comments

No comments written yet.

Please login to write comment.