Color Hex Logo

#870a20 Color Hex

#870A20
(135,10,32)
0 Favorites   0 Comments

Color spaces of #870a20

RGB 1351032
HSL0.970.860.28
HSV349°93°53°
CMYK 0.000.930.76   0.47
XYZ10.36095.47231.8767
Yxy5.47230.58500.3090
Hunter Lab23.392938.121211.6185
CIE-Lab28.040149.020924.2687

#870a20 color RGB value is (135,10,32).

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

The process color (four color CMYK) of #870a20 color hex is 0.00, 0.93, 0.76, 0.47. Web safe color of #870a20 is #990033. Color #870a20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001010 00100000
Octal 207 12 40
Decimal 135 10 32
Hex 87 A 20

RGB Percentages of Color #870a20

%76.27
%5.65
%18.08

CMYK Percentages of Color #870a20

%0
%93
%76
%47

Triadic Colors of #870a20

#870a20 #20870a #0a2087

Analogous Colors of #870a20

#870a20 #87330a #870a5e

Monochromatic Colors of #870a20

#870a20

Complementary Color

#870a20 #0a8771

#870a20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870a20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870a20 Color CSS Codes

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

#870a20 Text Font Color

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

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


#870a20 Background Color

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

This div background color is #870a20


#870a20 Border Color

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

This div border color is #870a20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870a20


Comments

No comments written yet.

Please login to write comment.