Color Hex Logo

#577fde Color Hex

#577FDE
(87,127,222)
0 Favorites   0 Comments

Color spaces of #577fde

RGB 87127222
HSL0.620.670.61
HSV222°61°87°
CMYK 0.610.430.00   0.13
XYZ24.704722.478972.1440
Yxy22.47890.20700.1884
Hunter Lab47.411910.0393-57.0299
CIE-Lab54.531515.0778-52.7526

#577fde color RGB value is (87,127,222).

#577fde hex color red value is 87, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #577fde hue: 0.62 , saturation: 0.67 and the lightness value of 577fde is 0.61.

The process color (four color CMYK) of #577fde color hex is 0.61, 0.43, 0.00, 0.13. Web safe color of #577fde is #6666cc. Color #577fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 11011110
Octal 127 177 336
Decimal 87 127 222
Hex 57 7F DE

RGB Percentages of Color #577fde

%19.95
%29.13
%50.92

CMYK Percentages of Color #577fde

%61
%43
%0
%13

Triadic Colors of #577fde

#577fde #de577f #7fde57

Analogous Colors of #577fde

#577fde #7357de #57c3de

Monochromatic Colors of #577fde

#577fde

Complementary Color

#577fde #deb657

#577fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#577fde Color CSS Codes

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

#577fde Text Font Color

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

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


#577fde Background Color

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

This div background color is #577fde


#577fde Border Color

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

This div border color is #577fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577fde


Comments

No comments written yet.

Please login to write comment.