Color Hex Logo

#fe497e Color Hex

#FE497E
(254,73,126)
0 Favorites   0 Comments

Color spaces of #fe497e

RGB 25473126
HSL0.950.990.64
HSV342°71°100°
CMYK 0.000.710.50   0.00
XYZ47.021527.342322.5379
Yxy27.34230.48520.2822
Hunter Lab52.289969.008311.0478
CIE-Lab59.289870.922811.5020

#fe497e color RGB value is (254,73,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 01111110
Octal 376 111 176
Decimal 254 73 126
Hex FE 49 7E

RGB Percentages of Color #fe497e

%56.07
%16.11
%27.81

CMYK Percentages of Color #fe497e

%0
%71
%50
%0

Triadic Colors of #fe497e

#fe497e #7efe49 #497efe

Analogous Colors of #fe497e

#fe497e #fe6f49 #fe49d9

Monochromatic Colors of #fe497e

#fe497e

Complementary Color

#fe497e #49fec9

#fe497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe497e Color CSS Codes

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

#fe497e Text Font Color

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

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


#fe497e Background Color

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

This div background color is #fe497e


#fe497e Border Color

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

This div border color is #fe497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe497e


Comments

No comments written yet.

Please login to write comment.