Color Hex Logo

#fe577f Color Hex

#FE577F
(254,87,127)
0 Favorites   0 Comments

Color spaces of #fe577f

RGB 25487127
HSL0.960.990.67
HSV346°66°100°
CMYK 0.000.660.50   0.00
XYZ48.112029.419523.2214
Yxy29.41950.47750.2920
Hunter Lab54.239763.414412.5843
CIE-Lab61.150165.938213.5252

#fe577f color RGB value is (254,87,127).

#fe577f hex color red value is 254, green value is 87 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fe577f hue: 0.96 , saturation: 0.99 and the lightness value of fe577f is 0.67.

The process color (four color CMYK) of #fe577f color hex is 0.00, 0.66, 0.50, 0.00. Web safe color of #fe577f is #ff6666. Color #fe577f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 01111111
Octal 376 127 177
Decimal 254 87 127
Hex FE 57 7F

RGB Percentages of Color #fe577f

%54.27
%18.59
%27.14

CMYK Percentages of Color #fe577f

%0
%66
%50
%0

Triadic Colors of #fe577f

#fe577f #7ffe57 #577ffe

Analogous Colors of #fe577f

#fe577f #fe8357 #fe57d3

Monochromatic Colors of #fe577f

#fe577f

Complementary Color

#fe577f #57fed6

#fe577f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe577f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe577f Color CSS Codes

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

#fe577f Text Font Color

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

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


#fe577f Background Color

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

This div background color is #fe577f


#fe577f Border Color

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

This div border color is #fe577f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe577f


Comments

No comments written yet.

Please login to write comment.