Color Hex Logo

#577dcb Color Hex

#577DCB
(87,125,203)
0 Favorites   0 Comments

Color spaces of #577dcb

RGB 87125203
HSL0.610.530.57
HSV220°57°80°
CMYK 0.570.380.00   0.20
XYZ22.043621.005359.3925
Yxy21.00530.21520.2050
Hunter Lab45.83155.6480-44.7511
CIE-Lab52.95539.9767-44.5248

#577dcb color RGB value is (87,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 11001011
Octal 127 175 313
Decimal 87 125 203
Hex 57 7D CB

RGB Percentages of Color #577dcb

%20.96
%30.12
%48.92

CMYK Percentages of Color #577dcb

%57
%38
%0
%20

Triadic Colors of #577dcb

#577dcb #cb577d #7dcb57

Analogous Colors of #577dcb

#577dcb #6b57cb #57b7cb

Monochromatic Colors of #577dcb

#577dcb

Complementary Color

#577dcb #cba557

#577dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577dcb Color CSS Codes

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

#577dcb Text Font Color

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

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


#577dcb Background Color

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

This div background color is #577dcb


#577dcb Border Color

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

This div border color is #577dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577dcb


Comments

No comments written yet.

Please login to write comment.