Color Hex Logo

#fe042d Color Hex

#FE042D
(254,4,45)
0 Favorites   0 Comments

Color spaces of #fe042d

RGB 254445
HSL0.970.990.51
HSV350°98°100°
CMYK 0.000.980.82   0.00
XYZ41.390121.34714.4215
Yxy21.34710.61630.3179
Hunter Lab46.202979.051126.6681
CIE-Lab53.327380.161050.7861

#fe042d color RGB value is (254,4,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 00101101
Octal 376 4 55
Decimal 254 4 45
Hex FE 4 2D

RGB Percentages of Color #fe042d

%83.83
%1.32
%14.85

CMYK Percentages of Color #fe042d

%0
%98
%82
%0

Triadic Colors of #fe042d

#fe042d #2dfe04 #042dfe

Analogous Colors of #fe042d

#fe042d #fe5804 #fe04aa

Monochromatic Colors of #fe042d

#fe042d

Complementary Color

#fe042d #04fed5

#fe042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe042d Color CSS Codes

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

#fe042d Text Font Color

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

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


#fe042d Background Color

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

This div background color is #fe042d


#fe042d Border Color

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

This div border color is #fe042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe042d


Comments

No comments written yet.

Please login to write comment.