Color Hex Logo

#87060a Color Hex

#87060A
(135,6,10)
0 Favorites   0 Comments

Color spaces of #87060a

RGB 135610
HSL0.990.910.28
HSV358°96°53°
CMYK 0.000.960.93   0.47
XYZ10.11165.30310.7778
Yxy5.30310.62450.3275
Hunter Lab23.028538.078014.1174
CIE-Lab27.581449.066636.4289

#87060a color RGB value is (135,6,10).

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

The process color (four color CMYK) of #87060a color hex is 0.00, 0.96, 0.93, 0.47. Web safe color of #87060a is #990000. Color #87060a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 00001010
Octal 207 6 12
Decimal 135 6 10
Hex 87 6 A

RGB Percentages of Color #87060a

%89.40
%3.97
%6.62

CMYK Percentages of Color #87060a

%0
%96
%93
%47

Triadic Colors of #87060a

#87060a #0a8706 #060a87

Analogous Colors of #87060a

#87060a #874306 #87064b

Monochromatic Colors of #87060a

#87060a

Complementary Color

#87060a #068783

#87060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87060a Color CSS Codes

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

#87060a Text Font Color

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

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


#87060a Background Color

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

This div background color is #87060a


#87060a Border Color

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

This div border color is #87060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87060a


Comments

No comments written yet.

Please login to write comment.