Color Hex Logo

#fe392e Color Hex

#FE392E
(254,57,46)
0 Favorites   0 Comments

Color spaces of #fe392e

RGB 2545746
HSL0.010.990.59
HSV82°100°
CMYK 0.000.780.82   0.00
XYZ42.829324.19434.9974
Yxy24.19430.59470.3359
Hunter Lab49.187769.347228.4076
CIE-Lab56.281871.768853.0164

#fe392e color RGB value is (254,57,46).

#fe392e hex color red value is 254, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fe392e hue: 0.01 , saturation: 0.99 and the lightness value of fe392e is 0.59.

The process color (four color CMYK) of #fe392e color hex is 0.00, 0.78, 0.82, 0.00. Web safe color of #fe392e is #ff3333. Color #fe392e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111001 00101110
Octal 376 71 56
Decimal 254 57 46
Hex FE 39 2E

RGB Percentages of Color #fe392e

%71.15
%15.97
%12.89

CMYK Percentages of Color #fe392e

%0
%78
%82
%0

Triadic Colors of #fe392e

#fe392e #2efe39 #392efe

Analogous Colors of #fe392e

#fe392e #fea12e #fe2e8b

Monochromatic Colors of #fe392e

#fe392e

Complementary Color

#fe392e #2ef3fe

#fe392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe392e Color CSS Codes

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

#fe392e Text Font Color

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

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


#fe392e Background Color

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

This div background color is #fe392e


#fe392e Border Color

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

This div border color is #fe392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe392e


Comments

No comments written yet.

Please login to write comment.