Color Hex Logo

#577ede Color Hex

#577EDE
(87,126,222)
0 Favorites   0 Comments

Color spaces of #577ede

RGB 87126222
HSL0.620.670.61
HSV223°61°87°
CMYK 0.610.430.00   0.13
XYZ24.576222.221972.1012
Yxy22.22190.20670.1869
Hunter Lab47.140110.5647-57.6865
CIE-Lab54.261715.6867-53.1833

#577ede color RGB value is (87,126,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 11011110
Octal 127 176 336
Decimal 87 126 222
Hex 57 7E DE

RGB Percentages of Color #577ede

%20.00
%28.97
%51.03

CMYK Percentages of Color #577ede

%61
%43
%0
%13

Triadic Colors of #577ede

#577ede #de577e #7ede57

Analogous Colors of #577ede

#577ede #7457de #57c2de

Monochromatic Colors of #577ede

#577ede

Complementary Color

#577ede #deb757

#577ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#577ede Color CSS Codes

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

#577ede Text Font Color

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

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


#577ede Background Color

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

This div background color is #577ede


#577ede Border Color

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

This div border color is #577ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577ede


Comments

No comments written yet.

Please login to write comment.