Color Hex Logo

#f079bf Color Hex

#F079BF
(240,121,191)
0 Favorites   0 Comments

Color spaces of #f079bf

RGB 240121191
HSL0.900.800.71
HSV325°50°94°
CMYK 0.000.500.20   0.06
XYZ52.176535.961653.4815
Yxy35.96160.36840.2539
Hunter Lab59.968050.3640-10.8993
CIE-Lab66.490653.8381-15.5764

#f079bf color RGB value is (240,121,191).

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

The process color (four color CMYK) of #f079bf color hex is 0.00, 0.50, 0.20, 0.06. Web safe color of #f079bf is #ff66cc. Color #f079bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 10111111
Octal 360 171 277
Decimal 240 121 191
Hex F0 79 BF

RGB Percentages of Color #f079bf

%43.48
%21.92
%34.60

CMYK Percentages of Color #f079bf

%0
%50
%20
%6

Triadic Colors of #f079bf

#f079bf #bff079 #79bff0

Analogous Colors of #f079bf

#f079bf #f07984 #e679f0

Monochromatic Colors of #f079bf

#f079bf

Complementary Color

#f079bf #79f0aa

#f079bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079bf Color CSS Codes

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

#f079bf Text Font Color

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

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


#f079bf Background Color

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

This div background color is #f079bf


#f079bf Border Color

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

This div border color is #f079bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079bf


Comments

No comments written yet.

Please login to write comment.