Color Hex Logo

#577fcd Color Hex

#577FCD
(87,127,205)
0 Favorites   0 Comments

Color spaces of #577fcd

RGB 87127205
HSL0.610.540.57
HSV220°58°80°
CMYK 0.580.380.00   0.20
XYZ22.539321.612860.7413
Yxy21.61280.21490.2060
Hunter Lab46.48965.1845-44.9231
CIE-Lab53.61379.4241-44.6173

#577fcd color RGB value is (87,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 11001101
Octal 127 177 315
Decimal 87 127 205
Hex 57 7F CD

RGB Percentages of Color #577fcd

%20.76
%30.31
%48.93

CMYK Percentages of Color #577fcd

%58
%38
%0
%20

Triadic Colors of #577fcd

#577fcd #cd577f #7fcd57

Analogous Colors of #577fcd

#577fcd #6a57cd #57bacd

Monochromatic Colors of #577fcd

#577fcd

Complementary Color

#577fcd #cda557

#577fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577fcd Color CSS Codes

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

#577fcd Text Font Color

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

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


#577fcd Background Color

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

This div background color is #577fcd


#577fcd Border Color

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

This div border color is #577fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577fcd


Comments

No comments written yet.

Please login to write comment.