color codes Logo

#fe117d color codes

#FE117D
(254,17,125)
0 Favorites   0 Comments

Color spaces of #fe117d

RGB 25417125
HSL0.920.990.53
HSV333°93°100°
CMYK 0.000.930.51   0.00
XYZ44.775222.952421.4724
Yxy22.95240.50200.2573
Hunter Lab47.908782.98516.9626
CIE-Lab55.023382.91316.0404

#fe117d color RGB value is (254,17,125).

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

The process color (four color CMYK) of #fe117d color code is 0.00, 0.93, 0.51, 0.00. Web safe color of #fe117d is #ff0066. Color #fe117d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 01111101
Octal 376 21 175
Decimal 254 17 125
Hex FE 11 7D

RGB Percentages of Color #fe117d

%64.14
%4.29
%31.57

CMYK Percentages of Color #fe117d

%0
%93
%51
%0

Triadic Colors of #fe117d

#fe117d #7dfe11 #117dfe

Analogous Colors of #fe117d

#fe117d #fe1c11 #fe11f4

Monochromatic Colors of #fe117d

#fe117d

Complementary Color

#fe117d #11fe92

#fe117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe117d Color CSS Codes

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

#fe117d Text Font Color

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

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


#fe117d Background Color

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

This div background color is #fe117d


#fe117d Border Color

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

This div border color is #fe117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe117d


Comments

No comments written yet.

Please login to write comment.