Color Hex Logo

#571441 Color Hex

#571441
(87,20,65)
0 Favorites   0 Comments

Color spaces of #571441

RGB 872065
HSL0.890.630.21
HSV320°77°34°
CMYK 0.000.770.25   0.66
XYZ5.13482.90825.2917
Yxy2.90820.38510.2181
Hunter Lab17.053423.9029-6.4603
CIE-Lab19.672435.2554-11.4822

#571441 color RGB value is (87,20,65).

#571441 hex color red value is 87, green value is 20 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #571441 hue: 0.89 , saturation: 0.63 and the lightness value of 571441 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 01000001
Octal 127 24 101
Decimal 87 20 65
Hex 57 14 41

RGB Percentages of Color #571441

%50.58
%11.63
%37.79

CMYK Percentages of Color #571441

%0
%77
%25
%66

Triadic Colors of #571441

#571441 #415714 #144157

Analogous Colors of #571441

#571441 #571420 #4c1457

Monochromatic Colors of #571441

#571441

Complementary Color

#571441 #14572a

#571441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571441 Color CSS Codes

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

#571441 Text Font Color

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

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


#571441 Background Color

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

This div background color is #571441


#571441 Border Color

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

This div border color is #571441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571441


Comments

No comments written yet.

Please login to write comment.