Color Hex Logo

#573a81 Color Hex

#573A81
(87,58,129)
0 Favorites   0 Comments

Color spaces of #573a81

RGB 8758129
HSL0.730.380.37
HSV265°55°51°
CMYK 0.330.550.00   0.49
XYZ9.40606.637321.5543
Yxy6.63730.25020.1765
Hunter Lab25.763020.0848-31.5703
CIE-Lab30.966528.8314-35.5846

#573a81 color RGB value is (87,58,129).

#573a81 hex color red value is 87, green value is 58 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #573a81 hue: 0.73 , saturation: 0.38 and the lightness value of 573a81 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 10000001
Octal 127 72 201
Decimal 87 58 129
Hex 57 3A 81

RGB Percentages of Color #573a81

%31.75
%21.17
%47.08

CMYK Percentages of Color #573a81

%33
%55
%0
%49

Triadic Colors of #573a81

#573a81 #81573a #3a8157

Analogous Colors of #573a81

#573a81 #7b3a81 #3a4181

Monochromatic Colors of #573a81

#573a81

Complementary Color

#573a81 #64813a

#573a81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573a81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573a81 Color CSS Codes

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

#573a81 Text Font Color

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

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


#573a81 Background Color

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

This div background color is #573a81


#573a81 Border Color

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

This div border color is #573a81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,58,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 #573a81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573a81


Comments

No comments written yet.

Please login to write comment.