Color Hex Logo

#577fff Color Hex

#577FFF
(87,127,255)
0 Favorites   0 Comments

Color spaces of #577fff

RGB 87127255
HSL0.631.000.67
HSV226°66°100°
CMYK 0.660.500.00   0.00
XYZ29.569924.425097.7637
Yxy24.42500.19480.1609
Hunter Lab49.421720.3120-82.6897
CIE-Lab56.510826.2511-67.9274

#577fff color RGB value is (87,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 11111111
Octal 127 177 377
Decimal 87 127 255
Hex 57 7F FF

RGB Percentages of Color #577fff

%18.55
%27.08
%54.37

CMYK Percentages of Color #577fff

%66
%50
%0
%0

Triadic Colors of #577fff

#577fff #ff577f #7fff57

Analogous Colors of #577fff

#577fff #8357ff #57d3ff

Monochromatic Colors of #577fff

#577fff

Complementary Color

#577fff #ffd757

#577fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#577fff Color CSS Codes

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

#577fff Text Font Color

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

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


#577fff Background Color

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

This div background color is #577fff


#577fff Border Color

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

This div border color is #577fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577fff


Comments

No comments written yet.

Please login to write comment.