Color Hex Logo

#fe143e Color Hex

#FE143E
(254,20,62)
0 Favorites   0 Comments

Color spaces of #fe143e

RGB 2542062
HSL0.970.990.54
HSV349°92°100°
CMYK 0.000.920.76   0.00
XYZ41.992721.91896.5749
Yxy21.91890.59580.3110
Hunter Lab46.817678.173324.4459
CIE-Lab53.940979.346842.1232

#fe143e color RGB value is (254,20,62).

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

The process color (four color CMYK) of #fe143e color hex is 0.00, 0.92, 0.76, 0.00. Web safe color of #fe143e is #ff0033. Color #fe143e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 00111110
Octal 376 24 76
Decimal 254 20 62
Hex FE 14 3E

RGB Percentages of Color #fe143e

%75.60
%5.95
%18.45

CMYK Percentages of Color #fe143e

%0
%92
%76
%0

Triadic Colors of #fe143e

#fe143e #3efe14 #143efe

Analogous Colors of #fe143e

#fe143e #fe5f14 #fe14b3

Monochromatic Colors of #fe143e

#fe143e

Complementary Color

#fe143e #14fed4

#fe143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe143e Color CSS Codes

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

#fe143e Text Font Color

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

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


#fe143e Background Color

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

This div background color is #fe143e


#fe143e Border Color

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

This div border color is #fe143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe143e


Comments

No comments written yet.

Please login to write comment.