color codes Logo

#f079bb color codes

#F079BB
(240,121,187)
0 Favorites   0 Comments

Color spaces of #f079bb

RGB 240121187
HSL0.910.800.71
HSV327°50°94°
CMYK 0.000.500.22   0.06
XYZ51.742235.787951.1943
Yxy35.78790.37300.2580
Hunter Lab59.823049.6983-8.8621
CIE-Lab66.357553.2725-13.5234

#f079bb color RGB value is (240,121,187).

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

The process color (four color CMYK) of #f079bb color code is 0.00, 0.50, 0.22, 0.06. Web safe color of #f079bb is #ff66cc. Color #f079bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 10111011
Octal 360 171 273
Decimal 240 121 187
Hex F0 79 BB

RGB Percentages of Color #f079bb

%43.80
%22.08
%34.12

CMYK Percentages of Color #f079bb

%0
%50
%22
%6

Triadic Colors of #f079bb

#f079bb #bbf079 #79bbf0

Analogous Colors of #f079bb

#f079bb #f07980 #ea79f0

Monochromatic Colors of #f079bb

#f079bb

Complementary Color

#f079bb #79f0ae

#f079bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079bb Color CSS Codes

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

#f079bb Text Font Color

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

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


#f079bb Background Color

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

This div background color is #f079bb


#f079bb Border Color

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

This div border color is #f079bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079bb


Comments

No comments written yet.

Please login to write comment.