Color Hex Logo

#fe041e Color Hex

#FE041E
(254,4,30)
0 Favorites   0 Comments

Color spaces of #fe041e

RGB 254430
HSL0.980.990.51
HSV354°98°100°
CMYK 0.000.980.88   0.00
XYZ41.150821.25143.1613
Yxy21.25140.62760.3241
Hunter Lab46.099278.665628.2036
CIE-Lab53.223579.876457.8807

#fe041e color RGB value is (254,4,30).

#fe041e hex color red value is 254, green value is 4 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fe041e hue: 0.98 , saturation: 0.99 and the lightness value of fe041e is 0.51.

The process color (four color CMYK) of #fe041e color hex is 0.00, 0.98, 0.88, 0.00. Web safe color of #fe041e is #ff0033. Color #fe041e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 00011110
Octal 376 4 36
Decimal 254 4 30
Hex FE 4 1E

RGB Percentages of Color #fe041e

%88.19
%1.39
%10.42

CMYK Percentages of Color #fe041e

%0
%98
%88
%0

Triadic Colors of #fe041e

#fe041e #1efe04 #041efe

Analogous Colors of #fe041e

#fe041e #fe6704 #fe049b

Monochromatic Colors of #fe041e

#fe041e

Complementary Color

#fe041e #04fee4

#fe041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe041e Color CSS Codes

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

#fe041e Text Font Color

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

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


#fe041e Background Color

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

This div background color is #fe041e


#fe041e Border Color

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

This div border color is #fe041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe041e


Comments

No comments written yet.

Please login to write comment.