Color Hex Logo

#577cfd Color Hex

#577CFD
(87,124,253)
0 Favorites   0 Comments

Color spaces of #577cfd

RGB 87124253
HSL0.630.980.67
HSV227°66°99°
CMYK 0.660.510.00   0.01
XYZ28.867823.533495.9494
Yxy23.53340.19460.1586
Hunter Lab48.511221.3261-83.3106
CIE-Lab55.617627.3984-68.2664

#577cfd color RGB value is (87,124,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111100 11111101
Octal 127 174 375
Decimal 87 124 253
Hex 57 7C FD

RGB Percentages of Color #577cfd

%18.75
%26.72
%54.53

CMYK Percentages of Color #577cfd

%66
%51
%0
%1

Triadic Colors of #577cfd

#577cfd #fd577c #7cfd57

Analogous Colors of #577cfd

#577cfd #8557fd #57cffd

Monochromatic Colors of #577cfd

#577cfd

Complementary Color

#577cfd #fdd857

#577cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577cfd Color CSS Codes

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

#577cfd Text Font Color

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

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


#577cfd Background Color

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

This div background color is #577cfd


#577cfd Border Color

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

This div border color is #577cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577cfd


Comments

No comments written yet.

Please login to write comment.