Color Hex Logo

#573dfd Color Hex

#573DFD
(87,61,253)
0 Favorites   0 Comments

Color spaces of #573dfd

RGB 8761253
HSL0.690.980.62
HSV248°76°99°
CMYK 0.660.760.00   0.01
XYZ23.328812.455694.1031
Yxy12.45560.17960.0959
Hunter Lab35.292556.2290-133.3848
CIE-Lab41.931263.3518-90.6257

#573dfd color RGB value is (87,61,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111101 11111101
Octal 127 75 375
Decimal 87 61 253
Hex 57 3D FD

RGB Percentages of Color #573dfd

%21.70
%15.21
%63.09

CMYK Percentages of Color #573dfd

%66
%76
%0
%1

Triadic Colors of #573dfd

#573dfd #fd573d #3dfd57

Analogous Colors of #573dfd

#573dfd #b73dfd #3d83fd

Monochromatic Colors of #573dfd

#573dfd

Complementary Color

#573dfd #e3fd3d

#573dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#573dfd Color CSS Codes

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

#573dfd Text Font Color

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

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


#573dfd Background Color

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

This div background color is #573dfd


#573dfd Border Color

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

This div border color is #573dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573dfd


Comments

No comments written yet.

Please login to write comment.