Color Hex Logo

#571004 Color Hex

#571004
(87,16,4)
0 Favorites   0 Comments

Color spaces of #571004

RGB 87164
HSL0.020.910.18
HSV95°34°
CMYK 0.000.820.95   0.66
XYZ4.13772.40560.3611
Yxy2.40560.59930.3484
Hunter Lab15.510020.47719.4766
CIE-Lab17.486231.553924.9836

#571004 color RGB value is (87,16,4).

#571004 hex color red value is 87, green value is 16 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #571004 hue: 0.02 , saturation: 0.91 and the lightness value of 571004 is 0.18.

The process color (four color CMYK) of #571004 color hex is 0.00, 0.82, 0.95, 0.66. Web safe color of #571004 is #660000. Color #571004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 00000100
Octal 127 20 4
Decimal 87 16 4
Hex 57 10 4

RGB Percentages of Color #571004

%81.31
%14.95
%3.74

CMYK Percentages of Color #571004

%0
%82
%95
%66

Triadic Colors of #571004

#571004 #045710 #100457

Analogous Colors of #571004

#571004 #573a04 #570422

Monochromatic Colors of #571004

#571004

Complementary Color

#571004 #044b57

#571004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571004 Color CSS Codes

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

#571004 Text Font Color

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

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


#571004 Background Color

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

This div background color is #571004


#571004 Border Color

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

This div border color is #571004


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,16,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 #571004">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571004


Comments

No comments written yet.

Please login to write comment.