Color Hex Logo

#577aff Color Hex

#577AFF
(87,122,255)
0 Favorites   0 Comments

Color spaces of #577aff

RGB 87122255
HSL0.631.000.67
HSV228°66°100°
CMYK 0.660.520.00   0.00
XYZ28.940023.165397.5538
Yxy23.16530.19340.1548
Hunter Lab48.130323.1011-86.4817
CIE-Lab55.242229.2963-69.9765

#577aff color RGB value is (87,122,255).

#577aff hex color red value is 87, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #577aff hue: 0.63 , saturation: 1.00 and the lightness value of 577aff is 0.67.

The process color (four color CMYK) of #577aff color hex is 0.66, 0.52, 0.00, 0.00. Web safe color of #577aff is #6666ff. Color #577aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111010 11111111
Octal 127 172 377
Decimal 87 122 255
Hex 57 7A FF

RGB Percentages of Color #577aff

%18.75
%26.29
%54.96

CMYK Percentages of Color #577aff

%66
%52
%0
%0

Triadic Colors of #577aff

#577aff #ff577a #7aff57

Analogous Colors of #577aff

#577aff #8857ff #57ceff

Monochromatic Colors of #577aff

#577aff

Complementary Color

#577aff #ffdc57

#577aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#577aff Color CSS Codes

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

#577aff Text Font Color

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

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


#577aff Background Color

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

This div background color is #577aff


#577aff Border Color

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

This div border color is #577aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577aff

Related Colors

#577aff Color Palettes


Comments

No comments written yet.

Please login to write comment.