Color Hex Logo

#fe49ed Color Hex

#FE49ED
(254,73,237)
0 Favorites   0 Comments

Color spaces of #fe49ed

RGB 25473237
HSL0.850.990.64
HSV306°71°100°
CMYK 0.000.710.07   0.00
XYZ58.541731.950383.2023
Yxy31.95030.33700.1839
Hunter Lab56.524685.9518-47.7057
CIE-Lab63.301883.5965-46.1200

#fe49ed color RGB value is (254,73,237).

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

The process color (four color CMYK) of #fe49ed color hex is 0.00, 0.71, 0.07, 0.00. Web safe color of #fe49ed is #ff33ff. Color #fe49ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 11101101
Octal 376 111 355
Decimal 254 73 237
Hex FE 49 ED

RGB Percentages of Color #fe49ed

%45.04
%12.94
%42.02

CMYK Percentages of Color #fe49ed

%0
%71
%7
%0

Triadic Colors of #fe49ed

#fe49ed #edfe49 #49edfe

Analogous Colors of #fe49ed

#fe49ed #fe4993 #b549fe

Monochromatic Colors of #fe49ed

#fe49ed

Complementary Color

#fe49ed #49fe5a

#fe49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe49ed Color CSS Codes

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

#fe49ed Text Font Color

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

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


#fe49ed Background Color

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

This div background color is #fe49ed


#fe49ed Border Color

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

This div border color is #fe49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe49ed


Comments

No comments written yet.

Please login to write comment.