Color Hex Logo

#577ddb Color Hex

#577DDB
(87,125,219)
0 Favorites   0 Comments

Color spaces of #577ddb

RGB 87125219
HSL0.620.650.60
HSV223°60°86°
CMYK 0.600.430.00   0.14
XYZ24.050321.807969.9596
Yxy21.80790.20770.1883
Hunter Lab46.698910.2057-56.1330
CIE-Lab53.822615.2907-52.1970

#577ddb color RGB value is (87,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 11011011
Octal 127 175 333
Decimal 87 125 219
Hex 57 7D DB

RGB Percentages of Color #577ddb

%20.19
%29.00
%50.81

CMYK Percentages of Color #577ddb

%60
%43
%0
%14

Triadic Colors of #577ddb

#577ddb #db577d #7ddb57

Analogous Colors of #577ddb

#577ddb #7357db #57bfdb

Monochromatic Colors of #577ddb

#577ddb

Complementary Color

#577ddb #dbb557

#577ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577ddb Color CSS Codes

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

#577ddb Text Font Color

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

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


#577ddb Background Color

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

This div background color is #577ddb


#577ddb Border Color

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

This div border color is #577ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577ddb


Comments

No comments written yet.

Please login to write comment.