Color Hex Logo

#572147 Color Hex

#572147
(87,33,71)
0 Favorites   0 Comments

Color spaces of #572147

RGB 873371
HSL0.880.450.24
HSV318°62°34°
CMYK 0.000.620.18   0.66
XYZ5.61173.56896.3543
Yxy3.56890.36120.2297
Hunter Lab18.891519.9630-6.7185
CIE-Lab22.191730.0757-11.7291

#572147 color RGB value is (87,33,71).

#572147 hex color red value is 87, green value is 33 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #572147 hue: 0.88 , saturation: 0.45 and the lightness value of 572147 is 0.24.

The process color (four color CMYK) of #572147 color hex is 0.00, 0.62, 0.18, 0.66. Web safe color of #572147 is #663333. Color #572147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 01000111
Octal 127 41 107
Decimal 87 33 71
Hex 57 21 47

RGB Percentages of Color #572147

%45.55
%17.28
%37.17

CMYK Percentages of Color #572147

%0
%62
%18
%66

Triadic Colors of #572147

#572147 #475721 #214757

Analogous Colors of #572147

#572147 #57212c #4c2157

Monochromatic Colors of #572147

#572147

Complementary Color

#572147 #215731

#572147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572147 Color CSS Codes

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

#572147 Text Font Color

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

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


#572147 Background Color

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

This div background color is #572147


#572147 Border Color

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

This div border color is #572147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572147


Comments

No comments written yet.

Please login to write comment.