Color Hex Logo

#577dae Color Hex

#577DAE
(87,125,174)
0 Favorites   0 Comments

Color spaces of #577dae

RGB 87125174
HSL0.590.350.51
HSV214°50°68°
CMYK 0.500.280.00   0.32
XYZ18.904119.749542.8601
Yxy19.74950.23190.2423
Hunter Lab44.4404-1.8402-26.0733
CIE-Lab51.55280.6850-30.1050

#577dae color RGB value is (87,125,174).

#577dae hex color red value is 87, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #577dae hue: 0.59 , saturation: 0.35 and the lightness value of 577dae is 0.51.

The process color (four color CMYK) of #577dae color hex is 0.50, 0.28, 0.00, 0.32. Web safe color of #577dae is #666699. Color #577dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 10101110
Octal 127 175 256
Decimal 87 125 174
Hex 57 7D AE

RGB Percentages of Color #577dae

%22.54
%32.38
%45.08

CMYK Percentages of Color #577dae

%50
%28
%0
%32

Triadic Colors of #577dae

#577dae #ae577d #7dae57

Analogous Colors of #577dae

#577dae #5d57ae #57a9ae

Monochromatic Colors of #577dae

#577dae

Complementary Color

#577dae #ae8857

#577dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#577dae Color CSS Codes

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

#577dae Text Font Color

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

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


#577dae Background Color

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

This div background color is #577dae


#577dae Border Color

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

This div border color is #577dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577dae


Comments

No comments written yet.

Please login to write comment.