Color Hex Logo

#fe416c Color Hex

#FE416C
(254,65,108)
0 Favorites   0 Comments

Color spaces of #fe416c

RGB 25465108
HSL0.960.990.63
HSV346°74°100°
CMYK 0.000.740.57   0.00
XYZ45.470125.934116.7966
Yxy25.93410.51550.2940
Hunter Lab50.925570.258416.0924
CIE-Lab57.974472.194820.2790

#fe416c color RGB value is (254,65,108).

#fe416c hex color red value is 254, green value is 65 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fe416c hue: 0.96 , saturation: 0.99 and the lightness value of fe416c is 0.63.

The process color (four color CMYK) of #fe416c color hex is 0.00, 0.74, 0.57, 0.00. Web safe color of #fe416c is #ff3366. Color #fe416c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 01101100
Octal 376 101 154
Decimal 254 65 108
Hex FE 41 6C

RGB Percentages of Color #fe416c

%59.48
%15.22
%25.29

CMYK Percentages of Color #fe416c

%0
%74
%57
%0

Triadic Colors of #fe416c

#fe416c #6cfe41 #416cfe

Analogous Colors of #fe416c

#fe416c #fe7541 #fe41cb

Monochromatic Colors of #fe416c

#fe416c

Complementary Color

#fe416c #41fed3

#fe416c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe416c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe416c Color CSS Codes

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

#fe416c Text Font Color

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

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


#fe416c Background Color

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

This div background color is #fe416c


#fe416c Border Color

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

This div border color is #fe416c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe416c


Comments

No comments written yet.

Please login to write comment.