Color Hex Logo

#573efd Color Hex

#573EFD
(87,62,253)
0 Favorites   0 Comments

Color spaces of #573efd

RGB 8762253
HSL0.690.980.62
HSV248°75°99°
CMYK 0.660.750.00   0.01
XYZ23.382712.563394.1211
Yxy12.56330.17980.0966
Hunter Lab35.444755.7271-132.6292
CIE-Lab42.097762.8751-90.3508

#573efd color RGB value is (87,62,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 11111101
Octal 127 76 375
Decimal 87 62 253
Hex 57 3E FD

RGB Percentages of Color #573efd

%21.64
%15.42
%62.94

CMYK Percentages of Color #573efd

%66
%75
%0
%1

Triadic Colors of #573efd

#573efd #fd573e #3efd57

Analogous Colors of #573efd

#573efd #b73efd #3e85fd

Monochromatic Colors of #573efd

#573efd

Complementary Color

#573efd #e4fd3e

#573efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#573efd Color CSS Codes

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

#573efd Text Font Color

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

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


#573efd Background Color

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

This div background color is #573efd


#573efd Border Color

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

This div border color is #573efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573efd


Comments

No comments written yet.

Please login to write comment.