Color Hex Logo

#fa79ac Color Hex

#FA79AC
(250,121,172)
0 Favorites   0 Comments

Color spaces of #fa79ac

RGB 250121172
HSL0.930.930.73
HSV336°52°98°
CMYK 0.000.520.31   0.02
XYZ53.708136.977343.3363
Yxy36.97730.40070.2759
Hunter Lab60.809051.24030.3125
CIE-Lab67.260054.4890-3.5645

#fa79ac color RGB value is (250,121,172).

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

The process color (four color CMYK) of #fa79ac color hex is 0.00, 0.52, 0.31, 0.02. Web safe color of #fa79ac is #ff6699. Color #fa79ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 10101100
Octal 372 171 254
Decimal 250 121 172
Hex FA 79 AC

RGB Percentages of Color #fa79ac

%46.04
%22.28
%31.68

CMYK Percentages of Color #fa79ac

%0
%52
%31
%2

Triadic Colors of #fa79ac

#fa79ac #acfa79 #79acfa

Analogous Colors of #fa79ac

#fa79ac #fa8779 #fa79ed

Monochromatic Colors of #fa79ac

#fa79ac

Complementary Color

#fa79ac #79fac7

#fa79ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa79ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa79ac Color CSS Codes

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

#fa79ac Text Font Color

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

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


#fa79ac Background Color

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

This div background color is #fa79ac


#fa79ac Border Color

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

This div border color is #fa79ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa79ac


Comments

No comments written yet.

Please login to write comment.