Color Hex Logo

#fe76ac Color Hex

#FE76AC
(254,118,172)
0 Favorites   0 Comments

Color spaces of #fe76ac

RGB 254118172
HSL0.930.990.73
HSV336°54°100°
CMYK 0.000.540.32   0.00
XYZ54.797937.006343.2845
Yxy37.00630.40560.2739
Hunter Lab60.832854.33450.3962
CIE-Lab67.281857.1724-3.4684

#fe76ac color RGB value is (254,118,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 10101100
Octal 376 166 254
Decimal 254 118 172
Hex FE 76 AC

RGB Percentages of Color #fe76ac

%46.69
%21.69
%31.62

CMYK Percentages of Color #fe76ac

%0
%54
%32
%0

Triadic Colors of #fe76ac

#fe76ac #acfe76 #76acfe

Analogous Colors of #fe76ac

#fe76ac #fe8476 #fe76f0

Monochromatic Colors of #fe76ac

#fe76ac

Complementary Color

#fe76ac #76fec8

#fe76ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe76ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe76ac Color CSS Codes

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

#fe76ac Text Font Color

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

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


#fe76ac Background Color

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

This div background color is #fe76ac


#fe76ac Border Color

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

This div border color is #fe76ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe76ac

Related Colors


Comments

No comments written yet.

Please login to write comment.