Color Hex Logo

#577edd Color Hex

#577EDD
(87,126,221)
0 Favorites   0 Comments

Color spaces of #577edd

RGB 87126221
HSL0.620.660.60
HSV223°61°87°
CMYK 0.610.430.00   0.13
XYZ24.442522.168471.3973
Yxy22.16840.20710.1879
Hunter Lab47.083310.2694-56.9492
CIE-Lab54.205215.3512-52.7115

#577edd color RGB value is (87,126,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 11011101
Octal 127 176 335
Decimal 87 126 221
Hex 57 7E DD

RGB Percentages of Color #577edd

%20.05
%29.03
%50.92

CMYK Percentages of Color #577edd

%61
%43
%0
%13

Triadic Colors of #577edd

#577edd #dd577e #7edd57

Analogous Colors of #577edd

#577edd #7357dd #57c1dd

Monochromatic Colors of #577edd

#577edd

Complementary Color

#577edd #ddb657

#577edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577edd Color CSS Codes

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

#577edd Text Font Color

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

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


#577edd Background Color

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

This div background color is #577edd


#577edd Border Color

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

This div border color is #577edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577edd


Comments

No comments written yet.

Please login to write comment.