Color Hex Logo

#571041 Color Hex

#571041
(87,16,65)
0 Favorites   0 Comments

Color spaces of #571041

RGB 871665
HSL0.880.690.20
HSV319°82°34°
CMYK 0.000.820.25   0.66
XYZ5.06992.77855.2701
Yxy2.77850.38650.2118
Hunter Lab16.668825.1211-7.0772
CIE-Lab19.134036.7764-12.3110

#571041 color RGB value is (87,16,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 01000001
Octal 127 20 101
Decimal 87 16 65
Hex 57 10 41

RGB Percentages of Color #571041

%51.79
%9.52
%38.69

CMYK Percentages of Color #571041

%0
%82
%25
%66

Triadic Colors of #571041

#571041 #415710 #104157

Analogous Colors of #571041

#571041 #57101e #4a1057

Monochromatic Colors of #571041

#571041

Complementary Color

#571041 #105726

#571041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571041 Color CSS Codes

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

#571041 Text Font Color

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

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


#571041 Background Color

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

This div background color is #571041


#571041 Border Color

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

This div border color is #571041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571041


Comments

No comments written yet.

Please login to write comment.