Color Hex Logo

#870910 Color Hex

#870910
(135,9,16)
0 Favorites   0 Comments

Color spaces of #870910

RGB 135916
HSL0.990.880.28
HSV357°93°53°
CMYK 0.000.930.88   0.47
XYZ10.18295.38370.9927
Yxy5.38370.61490.3251
Hunter Lab23.202837.732513.7053
CIE-Lab27.801148.675333.7378

#870910 color RGB value is (135,9,16).

#870910 hex color red value is 135, green value is 9 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #870910 hue: 0.99 , saturation: 0.88 and the lightness value of 870910 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001001 00010000
Octal 207 11 20
Decimal 135 9 16
Hex 87 9 10

RGB Percentages of Color #870910

%84.38
%5.63
%10.00

CMYK Percentages of Color #870910

%0
%93
%88
%47

Triadic Colors of #870910

#870910 #108709 #091087

Analogous Colors of #870910

#870910 #874109 #87094f

Monochromatic Colors of #870910

#870910

Complementary Color

#870910 #098780

#870910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870910 Color CSS Codes

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

#870910 Text Font Color

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

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


#870910 Background Color

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

This div background color is #870910


#870910 Border Color

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

This div border color is #870910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870910


Comments

No comments written yet.

Please login to write comment.