Color Hex Logo

#577ddd Color Hex

#577DDD
(87,125,221)
0 Favorites   0 Comments

Color spaces of #577ddd

RGB 87125221
HSL0.620.660.60
HSV223°61°87°
CMYK 0.610.430.00   0.13
XYZ24.315221.913971.3549
Yxy21.91390.20680.1864
Hunter Lab46.812310.7948-57.6058
CIE-Lab53.935515.9607-53.1421

#577ddd color RGB value is (87,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 11011101
Octal 127 175 335
Decimal 87 125 221
Hex 57 7D DD

RGB Percentages of Color #577ddd

%20.09
%28.87
%51.04

CMYK Percentages of Color #577ddd

%61
%43
%0
%13

Triadic Colors of #577ddd

#577ddd #dd577d #7ddd57

Analogous Colors of #577ddd

#577ddd #7457dd #57c0dd

Monochromatic Colors of #577ddd

#577ddd

Complementary Color

#577ddd #ddb757

#577ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577ddd Color CSS Codes

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

#577ddd Text Font Color

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

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


#577ddd Background Color

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

This div background color is #577ddd


#577ddd Border Color

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

This div border color is #577ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577ddd


Comments

No comments written yet.

Please login to write comment.