Color Hex Logo

#577bdb Color Hex

#577BDB
(87,123,219)
0 Favorites   0 Comments

Color spaces of #577bdb

RGB 87123219
HSL0.620.650.60
HSV224°60°86°
CMYK 0.600.440.00   0.14
XYZ23.799621.306669.8760
Yxy21.30660.20700.1853
Hunter Lab46.159111.2562-57.4424
CIE-Lab53.283416.5119-53.0578

#577bdb color RGB value is (87,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111011 11011011
Octal 127 173 333
Decimal 87 123 219
Hex 57 7B DB

RGB Percentages of Color #577bdb

%20.28
%28.67
%51.05

CMYK Percentages of Color #577bdb

%60
%44
%0
%14

Triadic Colors of #577bdb

#577bdb #db577b #7bdb57

Analogous Colors of #577bdb

#577bdb #7557db #57bddb

Monochromatic Colors of #577bdb

#577bdb

Complementary Color

#577bdb #dbb757

#577bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577bdb Color CSS Codes

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

#577bdb Text Font Color

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

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


#577bdb Background Color

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

This div background color is #577bdb


#577bdb Border Color

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

This div border color is #577bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577bdb


Comments

No comments written yet.

Please login to write comment.