Color Hex Logo

#577ffa Color Hex

#577FFA
(87,127,250)
0 Favorites   0 Comments

Color spaces of #577ffa

RGB 87127250
HSL0.630.940.66
HSV225°65°98°
CMYK 0.650.490.00   0.02
XYZ28.775224.107193.5790
Yxy24.10710.19650.1646
Hunter Lab49.099018.6894-78.6330
CIE-Lab56.194924.5503-65.6789

#577ffa color RGB value is (87,127,250).

#577ffa hex color red value is 87, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #577ffa hue: 0.63 , saturation: 0.94 and the lightness value of 577ffa is 0.66.

The process color (four color CMYK) of #577ffa color hex is 0.65, 0.49, 0.00, 0.02. Web safe color of #577ffa is #6666ff. Color #577ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 11111010
Octal 127 177 372
Decimal 87 127 250
Hex 57 7F FA

RGB Percentages of Color #577ffa

%18.75
%27.37
%53.88

CMYK Percentages of Color #577ffa

%65
%49
%0
%2

Triadic Colors of #577ffa

#577ffa #fa577f #7ffa57

Analogous Colors of #577ffa

#577ffa #8157fa #57d1fa

Monochromatic Colors of #577ffa

#577ffa

Complementary Color

#577ffa #fad257

#577ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#577ffa Color CSS Codes

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

#577ffa Text Font Color

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

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


#577ffa Background Color

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

This div background color is #577ffa


#577ffa Border Color

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

This div border color is #577ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577ffa


Comments

No comments written yet.

Please login to write comment.