Color Hex Logo

#573bff Color Hex

#573BFF
(87,59,255)
0 Favorites   0 Comments

Color spaces of #573bff

RGB 8759255
HSL0.691.000.62
HSV249°77°100°
CMYK 0.660.770.00   0.00
XYZ23.544412.374295.7553
Yxy12.37420.17880.0940
Hunter Lab35.177057.9126-136.7695
CIE-Lab41.804864.8584-91.9522

#573bff color RGB value is (87,59,255).

#573bff hex color red value is 87, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #573bff hue: 0.69 , saturation: 1.00 and the lightness value of 573bff is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111011 11111111
Octal 127 73 377
Decimal 87 59 255
Hex 57 3B FF

RGB Percentages of Color #573bff

%21.70
%14.71
%63.59

CMYK Percentages of Color #573bff

%66
%77
%0
%0

Triadic Colors of #573bff

#573bff #ff573b #3bff57

Analogous Colors of #573bff

#573bff #b93bff #3b81ff

Monochromatic Colors of #573bff

#573bff

Complementary Color

#573bff #e3ff3b

#573bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#573bff Color CSS Codes

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

#573bff Text Font Color

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

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


#573bff Background Color

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

This div background color is #573bff


#573bff Border Color

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

This div border color is #573bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573bff

Related Colors


Comments

No comments written yet.

Please login to write comment.