Color Hex Logo

#571047 Color Hex

#571047
(87,16,71)
0 Favorites   0 Comments

Color spaces of #571047

RGB 871671
HSL0.870.690.20
HSV314°82°34°
CMYK 0.000.820.18   0.66
XYZ5.25312.85186.2348
Yxy2.85180.36630.1989
Hunter Lab16.887325.9730-10.0688
CIE-Lab19.440337.6965-15.9835

#571047 color RGB value is (87,16,71).

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

The process color (four color CMYK) of #571047 color hex is 0.00, 0.82, 0.18, 0.66. Web safe color of #571047 is #660033. Color #571047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 01000111
Octal 127 20 107
Decimal 87 16 71
Hex 57 10 47

RGB Percentages of Color #571047

%50.00
%9.20
%40.80

CMYK Percentages of Color #571047

%0
%82
%18
%66

Triadic Colors of #571047

#571047 #475710 #104757

Analogous Colors of #571047

#571047 #571024 #441057

Monochromatic Colors of #571047

#571047

Complementary Color

#571047 #105720

#571047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571047 Color CSS Codes

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

#571047 Text Font Color

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

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


#571047 Background Color

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

This div background color is #571047


#571047 Border Color

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

This div border color is #571047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571047


Comments

No comments written yet.

Please login to write comment.