Color Hex Logo

#fe49da Color Hex

#FE49DA
(254,73,218)
0 Favorites   0 Comments

Color spaces of #fe49da

RGB 25473218
HSL0.870.990.64
HSV312°71°100°
CMYK 0.000.710.14   0.00
XYZ55.910530.897969.3467
Yxy30.89790.35800.1979
Hunter Lab55.585982.2671-35.0577
CIE-Lab62.421380.9200-36.8661

#fe49da color RGB value is (254,73,218).

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

The process color (four color CMYK) of #fe49da color hex is 0.00, 0.71, 0.14, 0.00. Web safe color of #fe49da is #ff33cc. Color #fe49da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 11011010
Octal 376 111 332
Decimal 254 73 218
Hex FE 49 DA

RGB Percentages of Color #fe49da

%46.61
%13.39
%40.00

CMYK Percentages of Color #fe49da

%0
%71
%14
%0

Triadic Colors of #fe49da

#fe49da #dafe49 #49dafe

Analogous Colors of #fe49da

#fe49da #fe4980 #c849fe

Monochromatic Colors of #fe49da

#fe49da

Complementary Color

#fe49da #49fe6d

#fe49da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe49da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe49da Color CSS Codes

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

#fe49da Text Font Color

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

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


#fe49da Background Color

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

This div background color is #fe49da


#fe49da Border Color

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

This div border color is #fe49da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe49da


Comments

No comments written yet.

Please login to write comment.