Color Hex Logo

#fe119e Color Hex

#FE119E
(254,17,158)
0 Favorites   0 Comments

Color spaces of #fe119e

RGB 25417158
HSL0.900.990.53
HSV324°93°100°
CMYK 0.000.930.38   0.00
XYZ47.245123.940434.4786
Yxy23.94040.44710.2266
Hunter Lab48.928986.7315-7.5295
CIE-Lab56.028185.6080-12.1338

#fe119e color RGB value is (254,17,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 10011110
Octal 376 21 236
Decimal 254 17 158
Hex FE 11 9E

RGB Percentages of Color #fe119e

%59.21
%3.96
%36.83

CMYK Percentages of Color #fe119e

%0
%93
%38
%0

Triadic Colors of #fe119e

#fe119e #9efe11 #119efe

Analogous Colors of #fe119e

#fe119e #fe1128 #e811fe

Monochromatic Colors of #fe119e

#fe119e

Complementary Color

#fe119e #11fe71

#fe119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe119e Color CSS Codes

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

#fe119e Text Font Color

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

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


#fe119e Background Color

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

This div background color is #fe119e


#fe119e Border Color

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

This div border color is #fe119e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,17,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 #fe119e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe119e

Related Colors


Comments

No comments written yet.

Please login to write comment.