Color Hex Logo

#fe441d Color Hex

#FE441D
(254,68,29)
0 Favorites   0 Comments

Color spaces of #fe441d

RGB 2546829
HSL0.030.990.55
HSV10°89°100°
CMYK 0.000.730.89   0.00
XYZ43.161925.29383.7697
Yxy25.29380.59760.3502
Hunter Lab50.292965.177830.7610
CIE-Lab57.360668.108761.2991

#fe441d color RGB value is (254,68,29).

#fe441d hex color red value is 254, green value is 68 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fe441d hue: 0.03 , saturation: 0.99 and the lightness value of fe441d is 0.55.

The process color (four color CMYK) of #fe441d color hex is 0.00, 0.73, 0.89, 0.00. Web safe color of #fe441d is #ff3333. Color #fe441d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000100 00011101
Octal 376 104 35
Decimal 254 68 29
Hex FE 44 1D

RGB Percentages of Color #fe441d

%72.36
%19.37
%8.26

CMYK Percentages of Color #fe441d

%0
%73
%89
%0

Triadic Colors of #fe441d

#fe441d #1dfe44 #441dfe

Analogous Colors of #fe441d

#fe441d #feb51d #fe1d67

Monochromatic Colors of #fe441d

#fe441d

Complementary Color

#fe441d #1dd7fe

#fe441d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe441d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe441d Color CSS Codes

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

#fe441d Text Font Color

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

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


#fe441d Background Color

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

This div background color is #fe441d


#fe441d Border Color

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

This div border color is #fe441d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe441d


Comments

No comments written yet.

Please login to write comment.