Color Hex Logo

#573afe Color Hex

#573AFE
(87,58,254)
0 Favorites   0 Comments

Color spaces of #573afe

RGB 8758254
HSL0.690.990.61
HSV249°77°100°
CMYK 0.660.770.00   0.00
XYZ23.332912.208194.8925
Yxy12.20810.17890.0936
Hunter Lab34.940158.0567-136.5654
CIE-Lab41.545065.0352-91.8229

#573afe color RGB value is (87,58,254).

#573afe hex color red value is 87, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #573afe hue: 0.69 , saturation: 0.99 and the lightness value of 573afe is 0.61.

The process color (four color CMYK) of #573afe color hex is 0.66, 0.77, 0.00, 0.00. Web safe color of #573afe is #6633ff. Color #573afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 11111110
Octal 127 72 376
Decimal 87 58 254
Hex 57 3A FE

RGB Percentages of Color #573afe

%21.80
%14.54
%63.66

CMYK Percentages of Color #573afe

%66
%77
%0
%0

Triadic Colors of #573afe

#573afe #fe573a #3afe57

Analogous Colors of #573afe

#573afe #b93afe #3a7ffe

Monochromatic Colors of #573afe

#573afe

Complementary Color

#573afe #e1fe3a

#573afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#573afe Color CSS Codes

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

#573afe Text Font Color

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

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


#573afe Background Color

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

This div background color is #573afe


#573afe Border Color

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

This div border color is #573afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573afe


Comments

No comments written yet.

Please login to write comment.