Color Hex Logo

#572981 Color Hex

#572981
(87,41,129)
0 Favorites   0 Comments

Color spaces of #572981

RGB 8741129
HSL0.750.520.33
HSV271°68°51°
CMYK 0.330.680.00   0.49
XYZ8.68595.197121.3142
Yxy5.19710.24680.1477
Hunter Lab22.797128.1149-39.4752
CIE-Lab27.289138.6232-41.4906

#572981 color RGB value is (87,41,129).

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

The process color (four color CMYK) of #572981 color hex is 0.33, 0.68, 0.00, 0.49. Web safe color of #572981 is #663399. Color #572981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 10000001
Octal 127 51 201
Decimal 87 41 129
Hex 57 29 81

RGB Percentages of Color #572981

%33.85
%15.95
%50.19

CMYK Percentages of Color #572981

%33
%68
%0
%49

Triadic Colors of #572981

#572981 #815729 #298157

Analogous Colors of #572981

#572981 #81297f #2b2981

Monochromatic Colors of #572981

#572981

Complementary Color

#572981 #538129

#572981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572981 Color CSS Codes

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

#572981 Text Font Color

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

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


#572981 Background Color

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

This div background color is #572981


#572981 Border Color

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

This div border color is #572981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572981


Comments

No comments written yet.

Please login to write comment.