Color Hex Logo

#fe116f Color Hex

#FE116F
(254,17,111)
0 Favorites   0 Comments

Color spaces of #fe116f

RGB 25417111
HSL0.930.990.53
HSV336°93°100°
CMYK 0.000.930.56   0.00
XYZ43.942722.619417.0889
Yxy22.61940.52530.2704
Hunter Lab47.559981.694511.9882
CIE-Lab54.678181.974513.9771

#fe116f color RGB value is (254,17,111).

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

The process color (four color CMYK) of #fe116f color hex is 0.00, 0.93, 0.56, 0.00. Web safe color of #fe116f is #ff0066. Color #fe116f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 01101111
Octal 376 21 157
Decimal 254 17 111
Hex FE 11 6F

RGB Percentages of Color #fe116f

%66.49
%4.45
%29.06

CMYK Percentages of Color #fe116f

%0
%93
%56
%0

Triadic Colors of #fe116f

#fe116f #6ffe11 #116ffe

Analogous Colors of #fe116f

#fe116f #fe2911 #fe11e6

Monochromatic Colors of #fe116f

#fe116f

Complementary Color

#fe116f #11fea0

#fe116f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe116f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe116f Color CSS Codes

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

#fe116f Text Font Color

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

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


#fe116f Background Color

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

This div background color is #fe116f


#fe116f Border Color

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

This div border color is #fe116f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe116f

Related Colors


Comments

No comments written yet.

Please login to write comment.