Color Hex Logo

#fe116d Color Hex

#FE116D
(254,17,109)
0 Favorites   0 Comments

Color spaces of #fe116d

RGB 25417109
HSL0.940.990.53
HSV337°93°100°
CMYK 0.000.930.57   0.00
XYZ43.833822.575916.5153
Yxy22.57590.52860.2722
Hunter Lab47.514181.524212.6514
CIE-Lab54.632881.850315.1197

#fe116d color RGB value is (254,17,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 01101101
Octal 376 21 155
Decimal 254 17 109
Hex FE 11 6D

RGB Percentages of Color #fe116d

%66.84
%4.47
%28.68

CMYK Percentages of Color #fe116d

%0
%93
%57
%0

Triadic Colors of #fe116d

#fe116d #6dfe11 #116dfe

Analogous Colors of #fe116d

#fe116d #fe2c11 #fe11e4

Monochromatic Colors of #fe116d

#fe116d

Complementary Color

#fe116d #11fea2

#fe116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe116d Color CSS Codes

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

#fe116d Text Font Color

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

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


#fe116d Background Color

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

This div background color is #fe116d


#fe116d Border Color

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

This div border color is #fe116d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe116d


Comments

No comments written yet.

Please login to write comment.