Color Hex Logo

#fe109f Color Hex

#FE109F
(254,16,159)
0 Favorites   0 Comments

Color spaces of #fe109f

RGB 25416159
HSL0.900.990.53
HSV324°94°100°
CMYK 0.000.940.37   0.00
XYZ47.316323.944634.9288
Yxy23.94460.44560.2255
Hunter Lab48.933286.9686-8.0683
CIE-Lab56.032385.7887-12.7173

#fe109f color RGB value is (254,16,159).

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

The process color (four color CMYK) of #fe109f color hex is 0.00, 0.94, 0.37, 0.00. Web safe color of #fe109f is #ff0099. Color #fe109f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010000 10011111
Octal 376 20 237
Decimal 254 16 159
Hex FE 10 9F

RGB Percentages of Color #fe109f

%59.21
%3.73
%37.06

CMYK Percentages of Color #fe109f

%0
%94
%37
%0

Triadic Colors of #fe109f

#fe109f #9ffe10 #109ffe

Analogous Colors of #fe109f

#fe109f #fe1028 #e610fe

Monochromatic Colors of #fe109f

#fe109f

Complementary Color

#fe109f #10fe6f

#fe109f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe109f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe109f Color CSS Codes

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

#fe109f Text Font Color

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

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


#fe109f Background Color

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

This div background color is #fe109f


#fe109f Border Color

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

This div border color is #fe109f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe109f


Comments

No comments written yet.

Please login to write comment.