Color Hex Logo

#fe495e Color Hex

#FE495E
(254,73,94)
0 Favorites   0 Comments

Color spaces of #fe495e

RGB 2547394
HSL0.980.990.64
HSV353°71°100°
CMYK 0.000.710.63   0.00
XYZ45.276026.644113.3462
Yxy26.64410.53100.3125
Hunter Lab51.617966.237620.8027
CIE-Lab58.643468.754029.3468

#fe495e color RGB value is (254,73,94).

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

The process color (four color CMYK) of #fe495e color hex is 0.00, 0.71, 0.63, 0.00. Web safe color of #fe495e is #ff3366. Color #fe495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 01011110
Octal 376 111 136
Decimal 254 73 94
Hex FE 49 5E

RGB Percentages of Color #fe495e

%60.33
%17.34
%22.33

CMYK Percentages of Color #fe495e

%0
%71
%63
%0

Triadic Colors of #fe495e

#fe495e #5efe49 #495efe

Analogous Colors of #fe495e

#fe495e #fe8f49 #fe49b9

Monochromatic Colors of #fe495e

#fe495e

Complementary Color

#fe495e #49fee9

#fe495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe495e Color CSS Codes

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

#fe495e Text Font Color

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

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


#fe495e Background Color

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

This div background color is #fe495e


#fe495e Border Color

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

This div border color is #fe495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe495e


Comments

No comments written yet.

Please login to write comment.