Color Hex Logo

#f079af Color Hex

#F079AF
(240,121,175)
0 Favorites   0 Comments

Color spaces of #f079af

RGB 240121175
HSL0.920.800.71
HSV333°50°94°
CMYK 0.000.500.27   0.06
XYZ50.510435.295244.7079
Yxy35.29520.38700.2704
Hunter Lab59.409847.7943-3.0309
CIE-Lab65.977951.6433-7.3111

#f079af color RGB value is (240,121,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 10101111
Octal 360 171 257
Decimal 240 121 175
Hex F0 79 AF

RGB Percentages of Color #f079af

%44.78
%22.57
%32.65

CMYK Percentages of Color #f079af

%0
%50
%27
%6

Triadic Colors of #f079af

#f079af #aff079 #79aff0

Analogous Colors of #f079af

#f079af #f07f79 #f079eb

Monochromatic Colors of #f079af

#f079af

Complementary Color

#f079af #79f0ba

#f079af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079af Color CSS Codes

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

#f079af Text Font Color

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

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


#f079af Background Color

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

This div background color is #f079af


#f079af Border Color

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

This div border color is #f079af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,121,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079af


Comments

No comments written yet.

Please login to write comment.