Color Hex Logo

#fe393e Color Hex

#FE393E
(254,57,62)
0 Favorites   0 Comments

Color spaces of #fe393e

RGB 2545762
HSL1.000.990.61
HSV358°78°100°
CMYK 0.000.780.76   0.00
XYZ43.205724.34496.9793
Yxy24.34490.57970.3266
Hunter Lab49.340669.959926.1517
CIE-Lab56.431572.243344.8406

#fe393e color RGB value is (254,57,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111001 00111110
Octal 376 71 76
Decimal 254 57 62
Hex FE 39 3E

RGB Percentages of Color #fe393e

%68.10
%15.28
%16.62

CMYK Percentages of Color #fe393e

%0
%78
%76
%0

Triadic Colors of #fe393e

#fe393e #3efe39 #393efe

Analogous Colors of #fe393e

#fe393e #fe9739 #fe39a1

Monochromatic Colors of #fe393e

#fe393e

Complementary Color

#fe393e #39fef9

#fe393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe393e Color CSS Codes

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

#fe393e Text Font Color

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

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


#fe393e Background Color

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

This div background color is #fe393e


#fe393e Border Color

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

This div border color is #fe393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe393e


Comments

No comments written yet.

Please login to write comment.