Color Hex Logo

#573fab Color Hex

#573FAB
(87,63,171)
0 Favorites   0 Comments

Color spaces of #573fab

RGB 8763171
HSL0.700.460.46
HSV253°63°67°
CMYK 0.490.630.00   0.33
XYZ13.05878.521539.4846
Yxy8.52150.21380.1395
Hunter Lab29.191628.7656-59.7616
CIE-Lab35.046237.9758-54.6111

#573fab color RGB value is (87,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111111 10101011
Octal 127 77 253
Decimal 87 63 171
Hex 57 3F AB

RGB Percentages of Color #573fab

%27.10
%19.63
%53.27

CMYK Percentages of Color #573fab

%49
%63
%0
%33

Triadic Colors of #573fab

#573fab #ab573f #3fab57

Analogous Colors of #573fab

#573fab #8d3fab #3f5dab

Monochromatic Colors of #573fab

#573fab

Complementary Color

#573fab #93ab3f

#573fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#573fab Color CSS Codes

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

#573fab Text Font Color

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

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


#573fab Background Color

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

This div background color is #573fab


#573fab Border Color

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

This div border color is #573fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573fab


Comments

No comments written yet.

Please login to write comment.