Color Hex Logo

#573aad Color Hex

#573AAD
(87,58,173)
0 Favorites   0 Comments

Color spaces of #573aad

RGB 8758173
HSL0.710.500.45
HSV255°66°68°
CMYK 0.500.660.00   0.32
XYZ12.98648.069540.4083
Yxy8.06950.21130.1313
Hunter Lab28.406931.8905-64.4542
CIE-Lab34.127241.4599-57.2992

#573aad color RGB value is (87,58,173).

#573aad hex color red value is 87, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #573aad hue: 0.71 , saturation: 0.50 and the lightness value of 573aad is 0.45.

The process color (four color CMYK) of #573aad color hex is 0.50, 0.66, 0.00, 0.32. Web safe color of #573aad is #663399. Color #573aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 10101101
Octal 127 72 255
Decimal 87 58 173
Hex 57 3A AD

RGB Percentages of Color #573aad

%27.36
%18.24
%54.40

CMYK Percentages of Color #573aad

%50
%66
%0
%32

Triadic Colors of #573aad

#573aad #ad573a #3aad57

Analogous Colors of #573aad

#573aad #913aad #3a57ad

Monochromatic Colors of #573aad

#573aad

Complementary Color

#573aad #90ad3a

#573aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#573aad Color CSS Codes

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

#573aad Text Font Color

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

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


#573aad Background Color

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

This div background color is #573aad


#573aad Border Color

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

This div border color is #573aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573aad


Comments

No comments written yet.

Please login to write comment.