Color Hex Logo

#577ccd Color Hex

#577CCD
(87,124,205)
0 Favorites   0 Comments

Color spaces of #577ccd

RGB 87124205
HSL0.610.540.57
HSV221°58°80°
CMYK 0.580.400.00   0.20
XYZ22.157620.849360.6141
Yxy20.84930.21380.2012
Hunter Lab45.66106.7126-46.7436
CIE-Lab52.784211.2429-45.9326

#577ccd color RGB value is (87,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111100 11001101
Octal 127 174 315
Decimal 87 124 205
Hex 57 7C CD

RGB Percentages of Color #577ccd

%20.91
%29.81
%49.28

CMYK Percentages of Color #577ccd

%58
%40
%0
%20

Triadic Colors of #577ccd

#577ccd #cd577c #7ccd57

Analogous Colors of #577ccd

#577ccd #6d57cd #57b7cd

Monochromatic Colors of #577ccd

#577ccd

Complementary Color

#577ccd #cda857

#577ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577ccd Color CSS Codes

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

#577ccd Text Font Color

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

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


#577ccd Background Color

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

This div background color is #577ccd


#577ccd Border Color

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

This div border color is #577ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577ccd


Comments

No comments written yet.

Please login to write comment.