Color Hex Logo

#870a60 Color Hex

#870A60
(135,10,96)
0 Favorites   0 Comments

Color spaces of #870a60

RGB 1351096
HSL0.890.860.28
HSV319°93°53°
CMYK 0.000.930.29   0.47
XYZ12.21156.212511.6218
Yxy6.21250.40640.2068
Hunter Lab24.924943.8343-10.1979
CIE-Lab29.942454.2704-15.6602

#870a60 color RGB value is (135,10,96).

#870a60 hex color red value is 135, green value is 10 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #870a60 hue: 0.89 , saturation: 0.86 and the lightness value of 870a60 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001010 01100000
Octal 207 12 140
Decimal 135 10 96
Hex 87 A 60

RGB Percentages of Color #870a60

%56.02
%4.15
%39.83

CMYK Percentages of Color #870a60

%0
%93
%29
%47

Triadic Colors of #870a60

#870a60 #60870a #0a6087

Analogous Colors of #870a60

#870a60 #870a21 #700a87

Monochromatic Colors of #870a60

#870a60

Complementary Color

#870a60 #0a8731

#870a60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870a60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870a60 Color CSS Codes

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

#870a60 Text Font Color

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

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


#870a60 Background Color

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

This div background color is #870a60


#870a60 Border Color

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

This div border color is #870a60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870a60


Comments

No comments written yet.

Please login to write comment.