Color Hex Logo

#fe4999 Color Hex

#FE4999
(254,73,153)
0 Favorites   0 Comments

Color spaces of #fe4999

RGB 25473153
HSL0.930.990.64
HSV333°71°100°
CMYK 0.000.710.40   0.00
XYZ49.005428.135832.9849
Yxy28.13580.44500.2555
Hunter Lab53.043272.08650.2608
CIE-Lab60.011273.2984-3.2685

#fe4999 color RGB value is (254,73,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 10011001
Octal 376 111 231
Decimal 254 73 153
Hex FE 49 99

RGB Percentages of Color #fe4999

%52.92
%15.21
%31.88

CMYK Percentages of Color #fe4999

%0
%71
%40
%0

Triadic Colors of #fe4999

#fe4999 #99fe49 #4999fe

Analogous Colors of #fe4999

#fe4999 #fe5349 #fe49f4

Monochromatic Colors of #fe4999

#fe4999

Complementary Color

#fe4999 #49feae

#fe4999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4999 Color CSS Codes

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

#fe4999 Text Font Color

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

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


#fe4999 Background Color

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

This div background color is #fe4999


#fe4999 Border Color

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

This div border color is #fe4999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4999


Comments

No comments written yet.

Please login to write comment.