Color Hex Logo

#577aed Color Hex

#577AED
(87,122,237)
0 Favorites   0 Comments

Color spaces of #577aed

RGB 87122237
HSL0.630.810.64
HSV226°63°93°
CMYK 0.630.490.00   0.07
XYZ26.176122.059782.9991
Yxy22.05970.19950.1681
Hunter Lab46.967817.2882-71.8969
CIE-Lab54.090323.1928-61.8529

#577aed color RGB value is (87,122,237).

#577aed hex color red value is 87, green value is 122 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #577aed hue: 0.63 , saturation: 0.81 and the lightness value of 577aed is 0.64.

The process color (four color CMYK) of #577aed color hex is 0.63, 0.49, 0.00, 0.07. Web safe color of #577aed is #6666ff. Color #577aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111010 11101101
Octal 127 172 355
Decimal 87 122 237
Hex 57 7A ED

RGB Percentages of Color #577aed

%19.51
%27.35
%53.14

CMYK Percentages of Color #577aed

%63
%49
%0
%7

Triadic Colors of #577aed

#577aed #ed577a #7aed57

Analogous Colors of #577aed

#577aed #7f57ed #57c5ed

Monochromatic Colors of #577aed

#577aed

Complementary Color

#577aed #edca57

#577aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#577aed Color CSS Codes

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

#577aed Text Font Color

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

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


#577aed Background Color

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

This div background color is #577aed


#577aed Border Color

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

This div border color is #577aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577aed


Comments

No comments written yet.

Please login to write comment.