Color Hex Logo

#fe7492 Color Hex

#FE7492
(254,116,146)
0 Favorites   0 Comments

Color spaces of #fe7492

RGB 254116146
HSL0.960.990.73
HSV347°54°100°
CMYK 0.000.540.43   0.00
XYZ52.306735.636931.3159
Yxy35.63690.43860.2988
Hunter Lab59.696651.934010.6851
CIE-Lab66.241655.25189.7782

#fe7492 color RGB value is (254,116,146).

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

The process color (four color CMYK) of #fe7492 color hex is 0.00, 0.54, 0.43, 0.00. Web safe color of #fe7492 is #ff6699. Color #fe7492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110100 10010010
Octal 376 164 222
Decimal 254 116 146
Hex FE 74 92

RGB Percentages of Color #fe7492

%49.22
%22.48
%28.29

CMYK Percentages of Color #fe7492

%0
%54
%43
%0

Triadic Colors of #fe7492

#fe7492 #92fe74 #7492fe

Analogous Colors of #fe7492

#fe7492 #fe9b74 #fe74d7

Monochromatic Colors of #fe7492

#fe7492

Complementary Color

#fe7492 #74fee0

#fe7492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7492 Color CSS Codes

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

#fe7492 Text Font Color

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

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


#fe7492 Background Color

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

This div background color is #fe7492


#fe7492 Border Color

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

This div border color is #fe7492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7492

Related Colors


Comments

No comments written yet.

Please login to write comment.