Color Hex Logo

#577ebe Color Hex

#577EBE
(87,126,190)
0 Favorites   0 Comments

Color spaces of #577ebe

RGB 87126190
HSL0.600.440.54
HSV217°54°75°
CMYK 0.540.340.00   0.25
XYZ20.685620.665751.6138
Yxy20.66570.22250.2223
Hunter Lab45.45951.6692-35.4949
CIE-Lab52.58175.1446-37.6985

#577ebe color RGB value is (87,126,190).

#577ebe hex color red value is 87, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #577ebe hue: 0.60 , saturation: 0.44 and the lightness value of 577ebe is 0.54.

The process color (four color CMYK) of #577ebe color hex is 0.54, 0.34, 0.00, 0.25. Web safe color of #577ebe is #6666cc. Color #577ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 10111110
Octal 127 176 276
Decimal 87 126 190
Hex 57 7E BE

RGB Percentages of Color #577ebe

%21.59
%31.27
%47.15

CMYK Percentages of Color #577ebe

%54
%34
%0
%25

Triadic Colors of #577ebe

#577ebe #be577e #7ebe57

Analogous Colors of #577ebe

#577ebe #6457be #57b2be

Monochromatic Colors of #577ebe

#577ebe

Complementary Color

#577ebe #be9757

#577ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#577ebe Color CSS Codes

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

#577ebe Text Font Color

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

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


#577ebe Background Color

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

This div background color is #577ebe


#577ebe Border Color

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

This div border color is #577ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577ebe


Comments

No comments written yet.

Please login to write comment.