Color Hex Logo

#577eff Color Hex

#577EFF
(87,126,255)
0 Favorites   0 Comments

Color spaces of #577eff

RGB 87126255
HSL0.631.000.67
HSV226°66°100°
CMYK 0.660.510.00   0.00
XYZ29.441324.167997.7209
Yxy24.16790.19460.1597
Hunter Lab49.160920.8680-83.4428
CIE-Lab56.255526.8597-68.3394

#577eff color RGB value is (87,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 11111111
Octal 127 176 377
Decimal 87 126 255
Hex 57 7E FF

RGB Percentages of Color #577eff

%18.59
%26.92
%54.49

CMYK Percentages of Color #577eff

%66
%51
%0
%0

Triadic Colors of #577eff

#577eff #ff577e #7eff57

Analogous Colors of #577eff

#577eff #8457ff #57d2ff

Monochromatic Colors of #577eff

#577eff

Complementary Color

#577eff #ffd857

#577eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#577eff Color CSS Codes

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

#577eff Text Font Color

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

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


#577eff Background Color

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

This div background color is #577eff


#577eff Border Color

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

This div border color is #577eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,126,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 #577eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577eff

Related Colors


Comments

No comments written yet.

Please login to write comment.