Color Hex Logo

#fa079f Color Hex

#FA079F
(250,7,159)
0 Favorites   0 Comments

Color spaces of #fa079f

RGB 2507159
HSL0.900.960.50
HSV322°97°98°
CMYK 0.000.970.36   0.02
XYZ45.758322.979234.8246
Yxy22.97920.44180.2219
Hunter Lab47.936686.4996-9.5169
CIE-Lab55.050985.6207-14.2730

#fa079f color RGB value is (250,7,159).

#fa079f hex color red value is 250, green value is 7 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fa079f hue: 0.90 , saturation: 0.96 and the lightness value of fa079f is 0.50.

The process color (four color CMYK) of #fa079f color hex is 0.00, 0.97, 0.36, 0.02. Web safe color of #fa079f is #ff0099. Color #fa079f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 10011111
Octal 372 7 237
Decimal 250 7 159
Hex FA 7 9F

RGB Percentages of Color #fa079f

%60.10
%1.68
%38.22

CMYK Percentages of Color #fa079f

%0
%97
%36
%2

Triadic Colors of #fa079f

#fa079f #9ffa07 #079ffa

Analogous Colors of #fa079f

#fa079f #fa0725 #dc07fa

Monochromatic Colors of #fa079f

#fa079f

Complementary Color

#fa079f #07fa62

#fa079f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa079f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa079f Color CSS Codes

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

#fa079f Text Font Color

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

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


#fa079f Background Color

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

This div background color is #fa079f


#fa079f Border Color

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

This div border color is #fa079f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,7,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa079f


Comments

No comments written yet.

Please login to write comment.