Color Hex Logo

#fe496d Color Hex

#FE496D
(254,73,109)
0 Favorites   0 Comments

Color spaces of #fe496d

RGB 25473109
HSL0.970.990.64
HSV348°71°100°
CMYK 0.000.710.57   0.00
XYZ46.015926.940017.2426
Yxy26.94000.51020.2987
Hunter Lab51.903867.419716.6363
CIE-Lab58.918769.683020.9660

#fe496d color RGB value is (254,73,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 01101101
Octal 376 111 155
Decimal 254 73 109
Hex FE 49 6D

RGB Percentages of Color #fe496d

%58.26
%16.74
%25.00

CMYK Percentages of Color #fe496d

%0
%71
%57
%0

Triadic Colors of #fe496d

#fe496d #6dfe49 #496dfe

Analogous Colors of #fe496d

#fe496d #fe8049 #fe49c8

Monochromatic Colors of #fe496d

#fe496d

Complementary Color

#fe496d #49feda

#fe496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe496d Color CSS Codes

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

#fe496d Text Font Color

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

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


#fe496d Background Color

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

This div background color is #fe496d


#fe496d Border Color

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

This div border color is #fe496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe496d


Comments

No comments written yet.

Please login to write comment.