Color Hex Logo

#f079ac Color Hex

#F079AC
(240,121,172)
0 Favorites   0 Comments

Color spaces of #f079ac

RGB 240121172
HSL0.930.800.71
HSV334°50°94°
CMYK 0.000.500.28   0.06
XYZ50.218935.178643.1730
Yxy35.17860.39060.2736
Hunter Lab59.311647.3402-1.6392
CIE-Lab65.887551.2522-5.7459

#f079ac color RGB value is (240,121,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 10101100
Octal 360 171 254
Decimal 240 121 172
Hex F0 79 AC

RGB Percentages of Color #f079ac

%45.03
%22.70
%32.27

CMYK Percentages of Color #f079ac

%0
%50
%28
%6

Triadic Colors of #f079ac

#f079ac #acf079 #79acf0

Analogous Colors of #f079ac

#f079ac #f08279 #f079e8

Monochromatic Colors of #f079ac

#f079ac

Complementary Color

#f079ac #79f0bd

#f079ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079ac Color CSS Codes

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

#f079ac Text Font Color

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

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


#f079ac Background Color

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

This div background color is #f079ac


#f079ac Border Color

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

This div border color is #f079ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079ac


Comments

No comments written yet.

Please login to write comment.