Color Hex Logo

#fe7994 Color Hex

#FE7994
(254,121,148)
0 Favorites   0 Comments

Color spaces of #fe7994

RGB 254121148
HSL0.970.990.74
HSV348°52°100°
CMYK 0.000.520.42   0.00
XYZ53.055736.883732.3399
Yxy36.88370.43390.3016
Hunter Lab60.732049.657510.9403
CIE-Lab67.189753.11159.9894

#fe7994 color RGB value is (254,121,148).

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

The process color (four color CMYK) of #fe7994 color hex is 0.00, 0.52, 0.42, 0.00. Web safe color of #fe7994 is #ff6699. Color #fe7994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 10010100
Octal 376 171 224
Decimal 254 121 148
Hex FE 79 94

RGB Percentages of Color #fe7994

%48.57
%23.14
%28.30

CMYK Percentages of Color #fe7994

%0
%52
%42
%0

Triadic Colors of #fe7994

#fe7994 #94fe79 #7994fe

Analogous Colors of #fe7994

#fe7994 #fea179 #fe79d7

Monochromatic Colors of #fe7994

#fe7994

Complementary Color

#fe7994 #79fee3

#fe7994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7994 Color CSS Codes

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

#fe7994 Text Font Color

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

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


#fe7994 Background Color

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

This div background color is #fe7994


#fe7994 Border Color

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

This div border color is #fe7994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7994


Comments

No comments written yet.

Please login to write comment.