Color Hex Logo

#fe048e Color Hex

#FE048E
(254,4,142)
0 Favorites   0 Comments

Color spaces of #fe048e

RGB 2544142
HSL0.910.990.51
HSV327°98°100°
CMYK 0.000.980.44   0.00
XYZ45.799023.110727.6381
Yxy23.11070.47440.2394
Hunter Lab48.073685.9255-0.4350
CIE-Lab55.186285.1538-3.8980

#fe048e color RGB value is (254,4,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 10001110
Octal 376 4 216
Decimal 254 4 142
Hex FE 4 8E

RGB Percentages of Color #fe048e

%63.50
%1.00
%35.50

CMYK Percentages of Color #fe048e

%0
%98
%44
%0

Triadic Colors of #fe048e

#fe048e #8efe04 #048efe

Analogous Colors of #fe048e

#fe048e #fe0411 #f104fe

Monochromatic Colors of #fe048e

#fe048e

Complementary Color

#fe048e #04fe74

#fe048e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe048e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe048e Color CSS Codes

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

#fe048e Text Font Color

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

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


#fe048e Background Color

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

This div background color is #fe048e


#fe048e Border Color

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

This div border color is #fe048e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe048e


Comments

No comments written yet.

Please login to write comment.