Color Hex Logo

#572152 Color Hex

#572152
(87,33,82)
0 Favorites   0 Comments

Color spaces of #572152

RGB 873382
HSL0.850.450.24
HSV306°62°34°
CMYK 0.000.620.06   0.66
XYZ5.99733.72318.3852
Yxy3.72310.33120.2056
Hunter Lab19.295321.7138-12.2590
CIE-Lab22.734032.0991-18.3077

#572152 color RGB value is (87,33,82).

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

The process color (four color CMYK) of #572152 color hex is 0.00, 0.62, 0.06, 0.66. Web safe color of #572152 is #663366. Color #572152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 01010010
Octal 127 41 122
Decimal 87 33 82
Hex 57 21 52

RGB Percentages of Color #572152

%43.07
%16.34
%40.59

CMYK Percentages of Color #572152

%0
%62
%6
%66

Triadic Colors of #572152

#572152 #525721 #215257

Analogous Colors of #572152

#572152 #572137 #412157

Monochromatic Colors of #572152

#572152

Complementary Color

#572152 #215726

#572152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572152 Color CSS Codes

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

#572152 Text Font Color

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

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


#572152 Background Color

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

This div background color is #572152


#572152 Border Color

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

This div border color is #572152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572152


Comments

No comments written yet.

Please login to write comment.