Color Hex Logo

#571012 Color Hex

#571012
(87,16,18)
0 Favorites   0 Comments

Color spaces of #571012

RGB 871618
HSL1.000.690.20
HSV358°82°34°
CMYK 0.000.820.79   0.66
XYZ4.22502.44050.8206
Yxy2.44050.56440.3260
Hunter Lab15.622120.93677.8211
CIE-Lab17.647432.087718.6891

#571012 color RGB value is (87,16,18).

#571012 hex color red value is 87, green value is 16 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #571012 hue: 1.00 , saturation: 0.69 and the lightness value of 571012 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 00010010
Octal 127 20 22
Decimal 87 16 18
Hex 57 10 12

RGB Percentages of Color #571012

%71.90
%13.22
%14.88

CMYK Percentages of Color #571012

%0
%82
%79
%66

Triadic Colors of #571012

#571012 #125710 #101257

Analogous Colors of #571012

#571012 #573210 #571036

Monochromatic Colors of #571012

#571012

Complementary Color

#571012 #105755

#571012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571012 Color CSS Codes

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

#571012 Text Font Color

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

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


#571012 Background Color

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

This div background color is #571012


#571012 Border Color

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

This div border color is #571012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571012


Comments

No comments written yet.

Please login to write comment.