Color Hex Logo

#573faa Color Hex

#573FAA
(87,63,170)
0 Favorites   0 Comments

Color spaces of #573faa

RGB 8763170
HSL0.700.460.46
HSV253°63°67°
CMYK 0.490.630.00   0.33
XYZ12.96378.483538.9844
Yxy8.48350.21450.1404
Hunter Lab29.126428.4761-58.9684
CIE-Lab34.970237.6762-54.1373

#573faa color RGB value is (87,63,170).

#573faa hex color red value is 87, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #573faa hue: 0.70 , saturation: 0.46 and the lightness value of 573faa is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111111 10101010
Octal 127 77 252
Decimal 87 63 170
Hex 57 3F AA

RGB Percentages of Color #573faa

%27.19
%19.69
%53.13

CMYK Percentages of Color #573faa

%49
%63
%0
%33

Triadic Colors of #573faa

#573faa #aa573f #3faa57

Analogous Colors of #573faa

#573faa #8d3faa #3f5daa

Monochromatic Colors of #573faa

#573faa

Complementary Color

#573faa #92aa3f

#573faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#573faa Color CSS Codes

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

#573faa Text Font Color

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

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


#573faa Background Color

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

This div background color is #573faa


#573faa Border Color

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

This div border color is #573faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573faa


Comments

No comments written yet.

Please login to write comment.