Color Hex Logo

#577abf Color Hex

#577ABF
(87,122,191)
0 Favorites   0 Comments

Color spaces of #577abf

RGB 87122191
HSL0.610.450.55
HSV220°54°75°
CMYK 0.540.360.00   0.25
XYZ20.294019.706952.0244
Yxy19.70690.22050.2141
Hunter Lab44.39253.9144-38.4084
CIE-Lab51.50427.8789-39.9687

#577abf color RGB value is (87,122,191).

#577abf hex color red value is 87, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #577abf hue: 0.61 , saturation: 0.45 and the lightness value of 577abf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111010 10111111
Octal 127 172 277
Decimal 87 122 191
Hex 57 7A BF

RGB Percentages of Color #577abf

%21.75
%30.50
%47.75

CMYK Percentages of Color #577abf

%54
%36
%0
%25

Triadic Colors of #577abf

#577abf #bf577a #7abf57

Analogous Colors of #577abf

#577abf #6857bf #57aebf

Monochromatic Colors of #577abf

#577abf

Complementary Color

#577abf #bf9c57

#577abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#577abf Color CSS Codes

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

#577abf Text Font Color

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

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


#577abf Background Color

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

This div background color is #577abf


#577abf Border Color

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

This div border color is #577abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577abf


Comments

No comments written yet.

Please login to write comment.