Color Hex Logo

#573cfb Color Hex

#573CFB
(87,60,251)
0 Favorites   0 Comments

Color spaces of #573cfb

RGB 8760251
HSL0.690.960.61
HSV248°76°98°
CMYK 0.650.760.00   0.02
XYZ22.958912.223092.4160
Yxy12.22300.17990.0958
Hunter Lab34.961456.0372-132.2525
CIE-Lab41.568463.2526-90.1060

#573cfb color RGB value is (87,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111100 11111011
Octal 127 74 373
Decimal 87 60 251
Hex 57 3C FB

RGB Percentages of Color #573cfb

%21.86
%15.08
%63.07

CMYK Percentages of Color #573cfb

%65
%76
%0
%2

Triadic Colors of #573cfb

#573cfb #fb573c #3cfb57

Analogous Colors of #573cfb

#573cfb #b73cfb #3c81fb

Monochromatic Colors of #573cfb

#573cfb

Complementary Color

#573cfb #e0fb3c

#573cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#573cfb Color CSS Codes

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

#573cfb Text Font Color

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

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


#573cfb Background Color

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

This div background color is #573cfb


#573cfb Border Color

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

This div border color is #573cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,60,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 #573cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573cfb


Comments

No comments written yet.

Please login to write comment.