Color Hex Logo

#572189 Color Hex

#572189
(87,33,137)
0 Favorites   0 Comments

Color spaces of #572189

RGB 8733137
HSL0.750.610.33
HSV271°76°54°
CMYK 0.360.760.00   0.46
XYZ8.98974.920124.1428
Yxy4.92010.23620.1293
Hunter Lab22.181333.5257-49.0061
CIE-Lab26.505944.5946-47.7661

#572189 color RGB value is (87,33,137).

#572189 hex color red value is 87, green value is 33 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #572189 hue: 0.75 , saturation: 0.61 and the lightness value of 572189 is 0.33.

The process color (four color CMYK) of #572189 color hex is 0.36, 0.76, 0.00, 0.46. Web safe color of #572189 is #663399. Color #572189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 10001001
Octal 127 41 211
Decimal 87 33 137
Hex 57 21 89

RGB Percentages of Color #572189

%33.85
%12.84
%53.31

CMYK Percentages of Color #572189

%36
%76
%0
%46

Triadic Colors of #572189

#572189 #895721 #218957

Analogous Colors of #572189

#572189 #892187 #232189

Monochromatic Colors of #572189

#572189

Complementary Color

#572189 #538921

#572189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572189 Color CSS Codes

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

#572189 Text Font Color

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

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


#572189 Background Color

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

This div background color is #572189


#572189 Border Color

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

This div border color is #572189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572189


Comments

No comments written yet.

Please login to write comment.