Color Hex Logo

#fe7fac Color Hex

#FE7FAC
(254,127,172)
0 Favorites   0 Comments

Color spaces of #fe7fac

RGB 254127172
HSL0.940.980.75
HSV339°50°100°
CMYK 0.000.500.32   0.00
XYZ55.908839.228143.6548
Yxy39.22810.40280.2826
Hunter Lab62.632349.73152.5175
CIE-Lab68.916252.9208-1.0686

#fe7fac color RGB value is (254,127,172).

#fe7fac hex color red value is 254, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fe7fac hue: 0.94 , saturation: 0.98 and the lightness value of fe7fac is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111111 10101100
Octal 376 177 254
Decimal 254 127 172
Hex FE 7F AC

RGB Percentages of Color #fe7fac

%45.93
%22.97
%31.10

CMYK Percentages of Color #fe7fac

%0
%50
%32
%0

Triadic Colors of #fe7fac

#fe7fac #acfe7f #7facfe

Analogous Colors of #fe7fac

#fe7fac #fe927f #fe7fec

Monochromatic Colors of #fe7fac

#fe7fac

Complementary Color

#fe7fac #7ffed1

#fe7fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7fac Color CSS Codes

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

#fe7fac Text Font Color

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

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


#fe7fac Background Color

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

This div background color is #fe7fac


#fe7fac Border Color

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

This div border color is #fe7fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7fac


Comments

No comments written yet.

Please login to write comment.