Color Hex Logo

#fe4e79 Color Hex

#FE4E79
(254,78,121)
0 Favorites   0 Comments

Color spaces of #fe4e79

RGB 25478121
HSL0.960.990.65
HSV345°69°100°
CMYK 0.000.690.52   0.00
XYZ47.048627.900120.9947
Yxy27.90010.49040.2908
Hunter Lab52.820566.558513.4083
CIE-Lab59.798468.806815.1431

#fe4e79 color RGB value is (254,78,121).

#fe4e79 hex color red value is 254, green value is 78 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fe4e79 hue: 0.96 , saturation: 0.99 and the lightness value of fe4e79 is 0.65.

The process color (four color CMYK) of #fe4e79 color hex is 0.00, 0.69, 0.52, 0.00. Web safe color of #fe4e79 is #ff6666. Color #fe4e79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001110 01111001
Octal 376 116 171
Decimal 254 78 121
Hex FE 4E 79

RGB Percentages of Color #fe4e79

%56.07
%17.22
%26.71

CMYK Percentages of Color #fe4e79

%0
%69
%52
%0

Triadic Colors of #fe4e79

#fe4e79 #79fe4e #4e79fe

Analogous Colors of #fe4e79

#fe4e79 #fe7b4e #fe4ed1

Monochromatic Colors of #fe4e79

#fe4e79

Complementary Color

#fe4e79 #4efed3

#fe4e79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4e79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4e79 Color CSS Codes

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

#fe4e79 Text Font Color

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

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


#fe4e79 Background Color

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

This div background color is #fe4e79


#fe4e79 Border Color

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

This div border color is #fe4e79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4e79

Related Colors


Comments

No comments written yet.

Please login to write comment.