Color Hex Logo

#870060 Color Hex

#870060
(135,0,96)
0 Favorites   0 Comments

Color spaces of #870060

RGB 135096
HSL0.881.000.26
HSV317°100°53°
CMYK 0.001.000.29   0.47
XYZ12.10305.995411.5857
Yxy5.99540.40770.2020
Hunter Lab24.485545.3816-10.9141
CIE-Lab29.400955.8550-16.4955

#870060 color RGB value is (135,0,96).

#870060 hex color red value is 135, green value is 0 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #870060 hue: 0.88 , saturation: 1.00 and the lightness value of 870060 is 0.26.

The process color (four color CMYK) of #870060 color hex is 0.00, 1.00, 0.29, 0.47. Web safe color of #870060 is #990066. Color #870060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000000 01100000
Octal 207 0 140
Decimal 135 0 96
Hex 87 0 60

RGB Percentages of Color #870060

%58.44
%0.00
%41.56

CMYK Percentages of Color #870060

%0
%100
%29
%47

Triadic Colors of #870060

#870060 #608700 #006087

Analogous Colors of #870060

#870060 #87001c #6b0087

Monochromatic Colors of #870060

#870060

Complementary Color

#870060 #008727

#870060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870060 Color CSS Codes

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

#870060 Text Font Color

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

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


#870060 Background Color

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

This div background color is #870060


#870060 Border Color

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

This div border color is #870060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870060


Comments

No comments written yet.

Please login to write comment.