Color Hex Logo

#f079ba Color Hex

#F079BA
(240,121,186)
0 Favorites   0 Comments

Color spaces of #f079ba

RGB 240121186
HSL0.910.800.71
HSV327°50°94°
CMYK 0.000.500.23   0.06
XYZ51.635535.745250.6324
Yxy35.74520.37410.2590
Hunter Lab59.787349.5344-8.3602
CIE-Lab66.324853.1329-13.0088

#f079ba color RGB value is (240,121,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 10111010
Octal 360 171 272
Decimal 240 121 186
Hex F0 79 BA

RGB Percentages of Color #f079ba

%43.88
%22.12
%34.00

CMYK Percentages of Color #f079ba

%0
%50
%23
%6

Triadic Colors of #f079ba

#f079ba #baf079 #79baf0

Analogous Colors of #f079ba

#f079ba #f0797f #eb79f0

Monochromatic Colors of #f079ba

#f079ba

Complementary Color

#f079ba #79f0af

#f079ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079ba Color CSS Codes

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

#f079ba Text Font Color

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

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


#f079ba Background Color

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

This div background color is #f079ba


#f079ba Border Color

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

This div border color is #f079ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079ba


Comments

No comments written yet.

Please login to write comment.