Color Hex Logo

#fe0fec Color Hex

#FE0FEC
(254,15,236)
0 Favorites   0 Comments

Color spaces of #fe0fec

RGB 25415236
HSL0.850.990.53
HSV305°94°100°
CMYK 0.000.940.07   0.00
XYZ56.184227.468681.6976
Yxy27.46860.33980.1661
Hunter Lab52.410599.6341-55.7340
CIE-Lab59.405694.6015-51.7287

#fe0fec color RGB value is (254,15,236).

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

The process color (four color CMYK) of #fe0fec color hex is 0.00, 0.94, 0.07, 0.00. Web safe color of #fe0fec is #ff00ff. Color #fe0fec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001111 11101100
Octal 376 17 354
Decimal 254 15 236
Hex FE F EC

RGB Percentages of Color #fe0fec

%50.30
%2.97
%46.73

CMYK Percentages of Color #fe0fec

%0
%94
%7
%0

Triadic Colors of #fe0fec

#fe0fec #ecfe0f #0fecfe

Analogous Colors of #fe0fec

#fe0fec #fe0f75 #990ffe

Monochromatic Colors of #fe0fec

#fe0fec

Complementary Color

#fe0fec #0ffe21

#fe0fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0fec Color CSS Codes

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

#fe0fec Text Font Color

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

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


#fe0fec Background Color

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

This div background color is #fe0fec


#fe0fec Border Color

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

This div border color is #fe0fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0fec

Related Colors

#fe0fec Color Palettes


Comments

No comments written yet.

Please login to write comment.