Color Hex Logo

#572970 Color Hex

#572970
(87,41,112)
0 Favorites   0 Comments

Color spaces of #572970

RGB 8741112
HSL0.770.460.30
HSV279°63°44°
CMYK 0.220.630.00   0.56
XYZ7.64804.782015.8491
Yxy4.78200.27040.1691
Hunter Lab21.867824.1596-27.6641
CIE-Lab26.104434.3759-32.6132

#572970 color RGB value is (87,41,112).

#572970 hex color red value is 87, green value is 41 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #572970 hue: 0.77 , saturation: 0.46 and the lightness value of 572970 is 0.30.

The process color (four color CMYK) of #572970 color hex is 0.22, 0.63, 0.00, 0.56. Web safe color of #572970 is #663366. Color #572970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 01110000
Octal 127 51 160
Decimal 87 41 112
Hex 57 29 70

RGB Percentages of Color #572970

%36.25
%17.08
%46.67

CMYK Percentages of Color #572970

%22
%63
%0
%56

Triadic Colors of #572970

#572970 #705729 #297057

Analogous Colors of #572970

#572970 #702966 #332970

Monochromatic Colors of #572970

#572970

Complementary Color

#572970 #427029

#572970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572970 Color CSS Codes

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

#572970 Text Font Color

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

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


#572970 Background Color

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

This div background color is #572970


#572970 Border Color

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

This div border color is #572970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572970


Comments

No comments written yet.

Please login to write comment.