Color Hex Logo

#fe77ac Color Hex

#FE77AC
(254,119,172)
0 Favorites   0 Comments

Color spaces of #fe77ac

RGB 254119172
HSL0.930.990.73
HSV336°53°100°
CMYK 0.000.530.32   0.00
XYZ54.916337.243043.3239
Yxy37.24300.40530.2749
Hunter Lab61.027053.82920.6282
CIE-Lab67.458956.7082-3.2075

#fe77ac color RGB value is (254,119,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110111 10101100
Octal 376 167 254
Decimal 254 119 172
Hex FE 77 AC

RGB Percentages of Color #fe77ac

%46.61
%21.83
%31.56

CMYK Percentages of Color #fe77ac

%0
%53
%32
%0

Triadic Colors of #fe77ac

#fe77ac #acfe77 #77acfe

Analogous Colors of #fe77ac

#fe77ac #fe8677 #fe77f0

Monochromatic Colors of #fe77ac

#fe77ac

Complementary Color

#fe77ac #77fec9

#fe77ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe77ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe77ac Color CSS Codes

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

#fe77ac Text Font Color

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

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


#fe77ac Background Color

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

This div background color is #fe77ac


#fe77ac Border Color

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

This div border color is #fe77ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,119,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 #fe77ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe77ac


Comments

No comments written yet.

Please login to write comment.