Color Hex Logo

#fe014e Color Hex

#FE014E
(254,1,78)
0 Favorites   0 Comments

Color spaces of #fe014e

RGB 254178
HSL0.950.990.50
HSV342°100°100°
CMYK 0.001.000.69   0.00
XYZ42.259121.64269.1579
Yxy21.64260.57840.2962
Hunter Lab46.521680.732320.8937
CIE-Lab53.645781.422532.4510

#fe014e color RGB value is (254,1,78).

#fe014e hex color red value is 254, green value is 1 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fe014e hue: 0.95 , saturation: 0.99 and the lightness value of fe014e is 0.50.

The process color (four color CMYK) of #fe014e color hex is 0.00, 1.00, 0.69, 0.00. Web safe color of #fe014e is #ff0066. Color #fe014e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000001 01001110
Octal 376 1 116
Decimal 254 1 78
Hex FE 1 4E

RGB Percentages of Color #fe014e

%76.28
%0.30
%23.42

CMYK Percentages of Color #fe014e

%0
%100
%69
%0

Triadic Colors of #fe014e

#fe014e #4efe01 #014efe

Analogous Colors of #fe014e

#fe014e #fe3301 #fe01cd

Monochromatic Colors of #fe014e

#fe014e

Complementary Color

#fe014e #01feb1

#fe014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe014e Color CSS Codes

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

#fe014e Text Font Color

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

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


#fe014e Background Color

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

This div background color is #fe014e


#fe014e Border Color

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

This div border color is #fe014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe014e


Comments

No comments written yet.

Please login to write comment.