Color Hex Logo

#572159 Color Hex

#572159
(87,33,89)
0 Favorites   0 Comments

Color spaces of #572159

RGB 873389
HSL0.830.460.24
HSV298°63°35°
CMYK 0.020.630.00   0.65
XYZ6.27753.83529.8606
Yxy3.83520.31430.1920
Hunter Lab19.583722.9464-16.1446
CIE-Lab23.119033.4930-22.3676

#572159 color RGB value is (87,33,89).

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

The process color (four color CMYK) of #572159 color hex is 0.02, 0.63, 0.00, 0.65. Web safe color of #572159 is #663366. Color #572159 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 01011001
Octal 127 41 131
Decimal 87 33 89
Hex 57 21 59

RGB Percentages of Color #572159

%41.63
%15.79
%42.58

CMYK Percentages of Color #572159

%2
%63
%0
%65

Triadic Colors of #572159

#572159 #595721 #215957

Analogous Colors of #572159

#572159 #59213f #3b2159

Monochromatic Colors of #572159

#572159

Complementary Color

#572159 #235921

#572159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572159 Color CSS Codes

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

#572159 Text Font Color

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

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


#572159 Background Color

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

This div background color is #572159


#572159 Border Color

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

This div border color is #572159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572159


Comments

No comments written yet.

Please login to write comment.