Color Hex Logo

#573efb Color Hex

#573EFB
(87,62,251)
0 Favorites   0 Comments

Color spaces of #573efb

RGB 8762251
HSL0.690.960.61
HSV248°75°98°
CMYK 0.650.750.00   0.02
XYZ23.065712.436592.4516
Yxy12.43650.18030.0972
Hunter Lab35.265455.0352-130.7485
CIE-Lab41.901662.2982-89.5557

#573efb color RGB value is (87,62,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 11111011
Octal 127 76 373
Decimal 87 62 251
Hex 57 3E FB

RGB Percentages of Color #573efb

%21.75
%15.50
%62.75

CMYK Percentages of Color #573efb

%65
%75
%0
%2

Triadic Colors of #573efb

#573efb #fb573e #3efb57

Analogous Colors of #573efb

#573efb #b63efb #3e84fb

Monochromatic Colors of #573efb

#573efb

Complementary Color

#573efb #e2fb3e

#573efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#573efb Color CSS Codes

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

#573efb Text Font Color

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

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


#573efb Background Color

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

This div background color is #573efb


#573efb Border Color

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

This div border color is #573efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573efb

Related Colors


Comments

No comments written yet.

Please login to write comment.