Color Hex Logo

#fe4449 Color Hex

#FE4449
(254,68,73)
0 Favorites   0 Comments

Color spaces of #fe4449

RGB 2546873
HSL1.000.990.63
HSV358°73°100°
CMYK 0.000.730.71   0.00
XYZ44.142825.68618.9347
Yxy25.68610.56040.3261
Hunter Lab50.681566.778325.0247
CIE-Lab57.737969.371840.2243

#fe4449 color RGB value is (254,68,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000100 01001001
Octal 376 104 111
Decimal 254 68 73
Hex FE 44 49

RGB Percentages of Color #fe4449

%64.30
%17.22
%18.48

CMYK Percentages of Color #fe4449

%0
%73
%71
%0

Triadic Colors of #fe4449

#fe4449 #49fe44 #4449fe

Analogous Colors of #fe4449

#fe4449 #fe9c44 #fe44a6

Monochromatic Colors of #fe4449

#fe4449

Complementary Color

#fe4449 #44fef9

#fe4449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4449 Color CSS Codes

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

#fe4449 Text Font Color

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

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


#fe4449 Background Color

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

This div background color is #fe4449


#fe4449 Border Color

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

This div border color is #fe4449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4449


Comments

No comments written yet.

Please login to write comment.