Color Hex Logo

#fe7197 Color Hex

#FE7197
(254,113,151)
0 Favorites   0 Comments

Color spaces of #fe7197

RGB 254113151
HSL0.960.990.72
HSV344°56°100°
CMYK 0.000.560.41   0.00
XYZ52.364135.115533.2962
Yxy35.11550.43360.2907
Hunter Lab59.258354.03098.1668
CIE-Lab65.838557.13896.3572

#fe7197 color RGB value is (254,113,151).

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

The process color (four color CMYK) of #fe7197 color hex is 0.00, 0.56, 0.41, 0.00. Web safe color of #fe7197 is #ff6699. Color #fe7197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 10010111
Octal 376 161 227
Decimal 254 113 151
Hex FE 71 97

RGB Percentages of Color #fe7197

%49.03
%21.81
%29.15

CMYK Percentages of Color #fe7197

%0
%56
%41
%0

Triadic Colors of #fe7197

#fe7197 #97fe71 #7197fe

Analogous Colors of #fe7197

#fe7197 #fe9271 #fe71de

Monochromatic Colors of #fe7197

#fe7197

Complementary Color

#fe7197 #71fed8

#fe7197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7197 Color CSS Codes

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

#fe7197 Text Font Color

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

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


#fe7197 Background Color

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

This div background color is #fe7197


#fe7197 Border Color

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

This div border color is #fe7197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7197

Related Colors


Comments

No comments written yet.

Please login to write comment.