Color Hex Logo

#577edc Color Hex

#577EDC
(87,126,220)
0 Favorites   0 Comments

Color spaces of #577edc

RGB 87126220
HSL0.620.660.60
HSV222°60°86°
CMYK 0.600.430.00   0.14
XYZ24.309622.115370.6976
Yxy22.11530.20760.1888
Hunter Lab47.02699.9748-56.2144
CIE-Lab54.149115.0157-52.2387

#577edc color RGB value is (87,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 11011100
Octal 127 176 334
Decimal 87 126 220
Hex 57 7E DC

RGB Percentages of Color #577edc

%20.09
%29.10
%50.81

CMYK Percentages of Color #577edc

%60
%43
%0
%14

Triadic Colors of #577edc

#577edc #dc577e #7edc57

Analogous Colors of #577edc

#577edc #7357dc #57c1dc

Monochromatic Colors of #577edc

#577edc

Complementary Color

#577edc #dcb557

#577edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#577edc Color CSS Codes

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

#577edc Text Font Color

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

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


#577edc Background Color

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

This div background color is #577edc


#577edc Border Color

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

This div border color is #577edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577edc


Comments

No comments written yet.

Please login to write comment.