Color Hex Logo

#870504 Color Hex

#870504
(135,5,4)
0 Favorites   0 Comments

Color spaces of #870504

RGB 13554
HSL0.000.940.27
HSV97°53°
CMYK 0.000.960.97   0.47
XYZ10.06795.26820.6011
Yxy5.26820.63170.3306
Hunter Lab22.952638.130214.5141
CIE-Lab27.485649.137838.7912

#870504 color RGB value is (135,5,4).

#870504 hex color red value is 135, green value is 5 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #870504 hue: 0.00 , saturation: 0.94 and the lightness value of 870504 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000101 00000100
Octal 207 5 4
Decimal 135 5 4
Hex 87 5 4

RGB Percentages of Color #870504

%93.75
%3.47
%2.78

CMYK Percentages of Color #870504

%0
%96
%97
%47

Triadic Colors of #870504

#870504 #048705 #050487

Analogous Colors of #870504

#870504 #874704 #870444

Monochromatic Colors of #870504

#870504

Complementary Color

#870504 #048687

#870504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870504 Color CSS Codes

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

#870504 Text Font Color

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

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


#870504 Background Color

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

This div background color is #870504


#870504 Border Color

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

This div border color is #870504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870504


Comments

No comments written yet.

Please login to write comment.