Color Hex Logo

#573aae Color Hex

#573AAE
(87,58,174)
0 Favorites   0 Comments

Color spaces of #573aae

RGB 8758174
HSL0.710.500.45
HSV255°67°68°
CMYK 0.500.670.00   0.32
XYZ13.08358.108340.9199
Yxy8.10830.21060.1305
Hunter Lab28.475132.1844-65.2697
CIE-Lab34.207441.7544-57.7649

#573aae color RGB value is (87,58,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 10101110
Octal 127 72 256
Decimal 87 58 174
Hex 57 3A AE

RGB Percentages of Color #573aae

%27.27
%18.18
%54.55

CMYK Percentages of Color #573aae

%50
%67
%0
%32

Triadic Colors of #573aae

#573aae #ae573a #3aae57

Analogous Colors of #573aae

#573aae #913aae #3a57ae

Monochromatic Colors of #573aae

#573aae

Complementary Color

#573aae #91ae3a

#573aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#573aae Color CSS Codes

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

#573aae Text Font Color

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

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


#573aae Background Color

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

This div background color is #573aae


#573aae Border Color

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

This div border color is #573aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573aae


Comments

No comments written yet.

Please login to write comment.