Color Hex Logo

#fe798e Color Hex

#FE798E
(254,121,142)
0 Favorites   0 Comments

Color spaces of #fe798e

RGB 254121142
HSL0.970.990.74
HSV351°52°100°
CMYK 0.000.520.44   0.00
XYZ52.592936.698629.9028
Yxy36.69860.44120.3079
Hunter Lab60.579448.953613.1392
CIE-Lab67.050352.511813.1890

#fe798e color RGB value is (254,121,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 10001110
Octal 376 171 216
Decimal 254 121 142
Hex FE 79 8E

RGB Percentages of Color #fe798e

%49.13
%23.40
%27.47

CMYK Percentages of Color #fe798e

%0
%52
%44
%0

Triadic Colors of #fe798e

#fe798e #8efe79 #798efe

Analogous Colors of #fe798e

#fe798e #fea779 #fe79d1

Monochromatic Colors of #fe798e

#fe798e

Complementary Color

#fe798e #79fee9

#fe798e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe798e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe798e Color CSS Codes

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

#fe798e Text Font Color

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

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


#fe798e Background Color

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

This div background color is #fe798e


#fe798e Border Color

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

This div border color is #fe798e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe798e


Comments

No comments written yet.

Please login to write comment.