Color Hex Logo

#fe498f Color Hex

#FE498F
(254,73,143)
0 Favorites   0 Comments

Color spaces of #fe498f

RGB 25473143
HSL0.940.990.64
HSV337°71°100°
CMYK 0.000.710.44   0.00
XYZ48.213527.819128.8151
Yxy27.81910.45980.2653
Hunter Lab52.743870.86654.5292
CIE-Lab59.725072.36102.1548

#fe498f color RGB value is (254,73,143).

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

The process color (four color CMYK) of #fe498f color hex is 0.00, 0.71, 0.44, 0.00. Web safe color of #fe498f is #ff3399. Color #fe498f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 10001111
Octal 376 111 217
Decimal 254 73 143
Hex FE 49 8F

RGB Percentages of Color #fe498f

%54.04
%15.53
%30.43

CMYK Percentages of Color #fe498f

%0
%71
%44
%0

Triadic Colors of #fe498f

#fe498f #8ffe49 #498ffe

Analogous Colors of #fe498f

#fe498f #fe5d49 #fe49ea

Monochromatic Colors of #fe498f

#fe498f

Complementary Color

#fe498f #49feb8

#fe498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe498f Color CSS Codes

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

#fe498f Text Font Color

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

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


#fe498f Background Color

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

This div background color is #fe498f


#fe498f Border Color

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

This div border color is #fe498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe498f

Related Colors


Comments

No comments written yet.

Please login to write comment.