Color Hex Logo

#571429 Color Hex

#571429
(87,20,41)
0 Favorites   0 Comments

Color spaces of #571429

RGB 872041
HSL0.950.630.21
HSV341°77°34°
CMYK 0.000.770.53   0.66
XYZ4.58092.68662.3750
Yxy2.68660.47510.2786
Hunter Lab16.390921.20302.8826
CIE-Lab18.742332.20784.0195

#571429 color RGB value is (87,20,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 00101001
Octal 127 24 51
Decimal 87 20 41
Hex 57 14 29

RGB Percentages of Color #571429

%58.78
%13.51
%27.70

CMYK Percentages of Color #571429

%0
%77
%53
%66

Triadic Colors of #571429

#571429 #295714 #142957

Analogous Colors of #571429

#571429 #572114 #57144b

Monochromatic Colors of #571429

#571429

Complementary Color

#571429 #145742

#571429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571429 Color CSS Codes

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

#571429 Text Font Color

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

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


#571429 Background Color

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

This div background color is #571429


#571429 Border Color

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

This div border color is #571429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571429


Comments

No comments written yet.

Please login to write comment.