Color Hex Logo

#577bdd Color Hex

#577BDD
(87,123,221)
0 Favorites   0 Comments

Color spaces of #577bdd

RGB 87123221
HSL0.620.660.60
HSV224°61°87°
CMYK 0.610.440.00   0.13
XYZ24.064621.412671.2713
Yxy21.41260.20610.1834
Hunter Lab46.273811.8496-58.9274
CIE-Lab53.398117.1829-54.0007

#577bdd color RGB value is (87,123,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111011 11011101
Octal 127 173 335
Decimal 87 123 221
Hex 57 7B DD

RGB Percentages of Color #577bdd

%20.19
%28.54
%51.28

CMYK Percentages of Color #577bdd

%61
%44
%0
%13

Triadic Colors of #577bdd

#577bdd #dd577b #7bdd57

Analogous Colors of #577bdd

#577bdd #7657dd #57bedd

Monochromatic Colors of #577bdd

#577bdd

Complementary Color

#577bdd #ddb957

#577bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577bdd Color CSS Codes

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

#577bdd Text Font Color

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

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


#577bdd Background Color

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

This div background color is #577bdd


#577bdd Border Color

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

This div border color is #577bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577bdd


Comments

No comments written yet.

Please login to write comment.