Color Hex Logo

#577acb Color Hex

#577ACB
(87,122,203)
0 Favorites   0 Comments

Color spaces of #577acb

RGB 87122203
HSL0.620.530.57
HSV222°57°80°
CMYK 0.570.400.00   0.20
XYZ21.669520.257159.2678
Yxy20.25710.21410.2002
Hunter Lab45.00797.1768-46.5694
CIE-Lab52.126711.8006-45.8390

#577acb color RGB value is (87,122,203).

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

The process color (four color CMYK) of #577acb color hex is 0.57, 0.40, 0.00, 0.20. Web safe color of #577acb is #6666cc. Color #577acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111010 11001011
Octal 127 172 313
Decimal 87 122 203
Hex 57 7A CB

RGB Percentages of Color #577acb

%21.12
%29.61
%49.27

CMYK Percentages of Color #577acb

%57
%40
%0
%20

Triadic Colors of #577acb

#577acb #cb577a #7acb57

Analogous Colors of #577acb

#577acb #6e57cb #57b4cb

Monochromatic Colors of #577acb

#577acb

Complementary Color

#577acb #cba857

#577acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577acb Color CSS Codes

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

#577acb Text Font Color

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

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


#577acb Background Color

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

This div background color is #577acb


#577acb Border Color

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

This div border color is #577acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577acb


Comments

No comments written yet.

Please login to write comment.