Color Hex Logo

#573afb Color Hex

#573AFB
(87,58,251)
0 Favorites   0 Comments

Color spaces of #573afb

RGB 8758251
HSL0.690.960.61
HSV249°77°98°
CMYK 0.650.770.00   0.02
XYZ22.856112.017492.3817
Yxy12.01740.17960.0944
Hunter Lab34.666157.0231-133.7356
CIE-Lab41.243864.1863-90.6422

#573afb color RGB value is (87,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 11111011
Octal 127 72 373
Decimal 87 58 251
Hex 57 3A FB

RGB Percentages of Color #573afb

%21.97
%14.65
%63.38

CMYK Percentages of Color #573afb

%65
%77
%0
%2

Triadic Colors of #573afb

#573afb #fb573a #3afb57

Analogous Colors of #573afb

#573afb #b83afb #3a7efb

Monochromatic Colors of #573afb

#573afb

Complementary Color

#573afb #defb3a

#573afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#573afb Color CSS Codes

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

#573afb Text Font Color

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

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


#573afb Background Color

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

This div background color is #573afb


#573afb Border Color

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

This div border color is #573afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573afb


Comments

No comments written yet.

Please login to write comment.