Color Hex Logo

#fe049e Color Hex

#FE049E
(254,4,158)
0 Favorites   0 Comments

Color spaces of #fe049e

RGB 2544158
HSL0.900.990.51
HSV323°98°100°
CMYK 0.000.980.38   0.00
XYZ47.088023.626334.4263
Yxy23.62630.44790.2247
Hunter Lab48.606987.8601-7.9679
CIE-Lab55.711786.5322-12.6103

#fe049e color RGB value is (254,4,158).

#fe049e hex color red value is 254, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fe049e hue: 0.90 , saturation: 0.99 and the lightness value of fe049e is 0.51.

The process color (four color CMYK) of #fe049e color hex is 0.00, 0.98, 0.38, 0.00. Web safe color of #fe049e is #ff0099. Color #fe049e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 10011110
Octal 376 4 236
Decimal 254 4 158
Hex FE 4 9E

RGB Percentages of Color #fe049e

%61.06
%0.96
%37.98

CMYK Percentages of Color #fe049e

%0
%98
%38
%0

Triadic Colors of #fe049e

#fe049e #9efe04 #049efe

Analogous Colors of #fe049e

#fe049e #fe0421 #e104fe

Monochromatic Colors of #fe049e

#fe049e

Complementary Color

#fe049e #04fe64

#fe049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe049e Color CSS Codes

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

#fe049e Text Font Color

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

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


#fe049e Background Color

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

This div background color is #fe049e


#fe049e Border Color

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

This div border color is #fe049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe049e


Comments

No comments written yet.

Please login to write comment.