Color Hex Logo

#577cdb Color Hex

#577CDB
(87,124,219)
0 Favorites   0 Comments

Color spaces of #577cdb

RGB 87124219
HSL0.620.650.60
HSV223°60°86°
CMYK 0.600.430.00   0.14
XYZ23.924321.556069.9176
Yxy21.55600.20730.1868
Hunter Lab46.428410.7302-56.7862
CIE-Lab53.552715.9007-52.6278

#577cdb color RGB value is (87,124,219).

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

The process color (four color CMYK) of #577cdb color hex is 0.60, 0.43, 0.00, 0.14. Web safe color of #577cdb is #6666cc. Color #577cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111100 11011011
Octal 127 174 333
Decimal 87 124 219
Hex 57 7C DB

RGB Percentages of Color #577cdb

%20.23
%28.84
%50.93

CMYK Percentages of Color #577cdb

%60
%43
%0
%14

Triadic Colors of #577cdb

#577cdb #db577c #7cdb57

Analogous Colors of #577cdb

#577cdb #7457db #57bedb

Monochromatic Colors of #577cdb

#577cdb

Complementary Color

#577cdb #dbb657

#577cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577cdb Color CSS Codes

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

#577cdb Text Font Color

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

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


#577cdb Background Color

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

This div background color is #577cdb


#577cdb Border Color

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

This div border color is #577cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577cdb


Comments

No comments written yet.

Please login to write comment.