Color Hex Logo

#577dfd Color Hex

#577DFD
(87,125,253)
0 Favorites   0 Comments

Color spaces of #577dfd

RGB 87125253
HSL0.630.980.67
HSV226°66°99°
CMYK 0.660.510.00   0.01
XYZ28.993723.785395.9914
Yxy23.78530.19490.1599
Hunter Lab48.770220.7698-82.5578
CIE-Lab55.872226.7888-67.8554

#577dfd color RGB value is (87,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 11111101
Octal 127 175 375
Decimal 87 125 253
Hex 57 7D FD

RGB Percentages of Color #577dfd

%18.71
%26.88
%54.41

CMYK Percentages of Color #577dfd

%66
%51
%0
%1

Triadic Colors of #577dfd

#577dfd #fd577d #7dfd57

Analogous Colors of #577dfd

#577dfd #8457fd #57d0fd

Monochromatic Colors of #577dfd

#577dfd

Complementary Color

#577dfd #fdd757

#577dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577dfd Color CSS Codes

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

#577dfd Text Font Color

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

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


#577dfd Background Color

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

This div background color is #577dfd


#577dfd Border Color

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

This div border color is #577dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577dfd


Comments

No comments written yet.

Please login to write comment.