Color Hex Logo

#577fdb Color Hex

#577FDB
(87,127,219)
0 Favorites   0 Comments

Color spaces of #577fdb

RGB 87127219
HSL0.620.650.60
HSV222°60°86°
CMYK 0.600.420.00   0.14
XYZ24.306022.319570.0449
Yxy22.31950.20830.1913
Hunter Lab47.24359.1591-54.8350
CIE-Lab54.364414.0722-51.3330

#577fdb color RGB value is (87,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 11011011
Octal 127 177 333
Decimal 87 127 219
Hex 57 7F DB

RGB Percentages of Color #577fdb

%20.09
%29.33
%50.58

CMYK Percentages of Color #577fdb

%60
%42
%0
%14

Triadic Colors of #577fdb

#577fdb #db577f #7fdb57

Analogous Colors of #577fdb

#577fdb #7157db #57c1db

Monochromatic Colors of #577fdb

#577fdb

Complementary Color

#577fdb #dbb357

#577fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577fdb Color CSS Codes

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

#577fdb Text Font Color

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

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


#577fdb Background Color

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

This div background color is #577fdb


#577fdb Border Color

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

This div border color is #577fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577fdb


Comments

No comments written yet.

Please login to write comment.