Color Hex Logo

#fe144e Color Hex

#FE144E
(254,20,78)
0 Favorites   0 Comments

Color spaces of #fe144e

RGB 2542078
HSL0.960.990.54
HSV345°92°100°
CMYK 0.000.920.69   0.00
XYZ42.498422.12129.2376
Yxy22.12120.57540.2995
Hunter Lab47.033278.981621.2783
CIE-Lab54.155479.944733.0762

#fe144e color RGB value is (254,20,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 01001110
Octal 376 24 116
Decimal 254 20 78
Hex FE 14 4E

RGB Percentages of Color #fe144e

%72.16
%5.68
%22.16

CMYK Percentages of Color #fe144e

%0
%92
%69
%0

Triadic Colors of #fe144e

#fe144e #4efe14 #144efe

Analogous Colors of #fe144e

#fe144e #fe4f14 #fe14c3

Monochromatic Colors of #fe144e

#fe144e

Complementary Color

#fe144e #14fec4

#fe144e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe144e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe144e Color CSS Codes

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

#fe144e Text Font Color

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

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


#fe144e Background Color

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

This div background color is #fe144e


#fe144e Border Color

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

This div border color is #fe144e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,20,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 #fe144e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe144e


Comments

No comments written yet.

Please login to write comment.