Color Hex Logo

#f79fba Color Hex

#F79FBA
(247,159,186)
0 Favorites   0 Comments

Color spaces of #f79fba

RGB 247159186
HSL0.950.850.80
HSV342°36°97°
CMYK 0.000.360.25   0.03
XYZ59.618848.115652.5994
Yxy48.11560.37180.3001
Hunter Lab69.365432.02933.5965
CIE-Lab74.897836.2069-0.2088

#f79fba color RGB value is (247,159,186).

#f79fba hex color red value is 247, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f79fba hue: 0.95 , saturation: 0.85 and the lightness value of f79fba is 0.80.

The process color (four color CMYK) of #f79fba color hex is 0.00, 0.36, 0.25, 0.03. Web safe color of #f79fba is #ff99cc. Color #f79fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011111 10111010
Octal 367 237 272
Decimal 247 159 186
Hex F7 9F BA

RGB Percentages of Color #f79fba

%41.72
%26.86
%31.42

CMYK Percentages of Color #f79fba

%0
%36
%25
%3

Triadic Colors of #f79fba

#f79fba #baf79f #9fbaf7

Analogous Colors of #f79fba

#f79fba #f7b09f #f79fe6

Monochromatic Colors of #f79fba

#f79fba

Complementary Color

#f79fba #9ff7dc

#f79fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79fba Color CSS Codes

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

#f79fba Text Font Color

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

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


#f79fba Background Color

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

This div background color is #f79fba


#f79fba Border Color

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

This div border color is #f79fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79fba


Comments

No comments written yet.

Please login to write comment.