Color Hex Logo

#fe7896 Color Hex

#FE7896
(254,120,150)
0 Favorites   0 Comments

Color spaces of #fe7896

RGB 254120150
HSL0.960.990.73
HSV347°53°100°
CMYK 0.000.530.41   0.00
XYZ53.094536.705833.1407
Yxy36.70580.43190.2986
Hunter Lab60.585350.40589.9776
CIE-Lab67.055753.78928.6660

#fe7896 color RGB value is (254,120,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 10010110
Octal 376 170 226
Decimal 254 120 150
Hex FE 78 96

RGB Percentages of Color #fe7896

%48.47
%22.90
%28.63

CMYK Percentages of Color #fe7896

%0
%53
%41
%0

Triadic Colors of #fe7896

#fe7896 #96fe78 #7896fe

Analogous Colors of #fe7896

#fe7896 #fe9d78 #fe78d9

Monochromatic Colors of #fe7896

#fe7896

Complementary Color

#fe7896 #78fee0

#fe7896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7896 Color CSS Codes

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

#fe7896 Text Font Color

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

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


#fe7896 Background Color

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

This div background color is #fe7896


#fe7896 Border Color

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

This div border color is #fe7896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7896

Related Colors


Comments

No comments written yet.

Please login to write comment.