Color Hex Logo

#577efb Color Hex

#577EFB
(87,126,251)
0 Favorites   0 Comments

Color spaces of #577efb

RGB 87126251
HSL0.630.950.66
HSV226°65°98°
CMYK 0.650.500.00   0.02
XYZ28.803923.913094.3643
Yxy23.91300.19580.1626
Hunter Lab48.900919.5645-80.1815
CIE-Lab56.000625.4993-66.5443

#577efb color RGB value is (87,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 11111011
Octal 127 176 373
Decimal 87 126 251
Hex 57 7E FB

RGB Percentages of Color #577efb

%18.75
%27.16
%54.09

CMYK Percentages of Color #577efb

%65
%50
%0
%2

Triadic Colors of #577efb

#577efb #fb577e #7efb57

Analogous Colors of #577efb

#577efb #8257fb #57d0fb

Monochromatic Colors of #577efb

#577efb

Complementary Color

#577efb #fbd457

#577efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577efb Color CSS Codes

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

#577efb Text Font Color

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

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


#577efb Background Color

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

This div background color is #577efb


#577efb Border Color

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

This div border color is #577efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577efb


Comments

No comments written yet.

Please login to write comment.