Color Hex Logo

#577add Color Hex

#577ADD
(87,122,221)
0 Favorites   0 Comments

Color spaces of #577add

RGB 87122221
HSL0.620.660.60
HSV224°61°87°
CMYK 0.610.450.00   0.13
XYZ23.941221.165871.2302
Yxy21.16580.20580.1819
Hunter Lab46.006312.3785-59.5925
CIE-Lab53.130517.7950-54.4288

#577add color RGB value is (87,122,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111010 11011101
Octal 127 172 335
Decimal 87 122 221
Hex 57 7A DD

RGB Percentages of Color #577add

%20.23
%28.37
%51.40

CMYK Percentages of Color #577add

%61
%45
%0
%13

Triadic Colors of #577add

#577add #dd577a #7add57

Analogous Colors of #577add

#577add #7757dd #57bddd

Monochromatic Colors of #577add

#577add

Complementary Color

#577add #ddba57

#577add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577add Color Preview on White Background

Lorem ipsum dolor sit amet.

#577add Color CSS Codes

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

#577add Text Font Color

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

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


#577add Background Color

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

This div background color is #577add


#577add Border Color

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

This div border color is #577add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577add


Comments

No comments written yet.

Please login to write comment.