Color Hex Logo

#f79baf Color Hex

#F79BAF
(247,155,175)
0 Favorites   0 Comments

Color spaces of #f79baf

RGB 247155175
HSL0.960.850.79
HSV347°37°97°
CMYK 0.000.370.29   0.03
XYZ57.817046.312046.4493
Yxy46.31200.38400.3076
Hunter Lab68.052932.55907.1688
CIE-Lab73.747536.80904.1794

#f79baf color RGB value is (247,155,175).

#f79baf hex color red value is 247, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f79baf hue: 0.96 , saturation: 0.85 and the lightness value of f79baf is 0.79.

The process color (four color CMYK) of #f79baf color hex is 0.00, 0.37, 0.29, 0.03. Web safe color of #f79baf is #ff9999. Color #f79baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011011 10101111
Octal 367 233 257
Decimal 247 155 175
Hex F7 9B AF

RGB Percentages of Color #f79baf

%42.81
%26.86
%30.33

CMYK Percentages of Color #f79baf

%0
%37
%29
%3

Triadic Colors of #f79baf

#f79baf #aff79b #9baff7

Analogous Colors of #f79baf

#f79baf #f7b59b #f79bdd

Monochromatic Colors of #f79baf

#f79baf

Complementary Color

#f79baf #9bf7e3

#f79baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79baf Color CSS Codes

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

#f79baf Text Font Color

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

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


#f79baf Background Color

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

This div background color is #f79baf


#f79baf Border Color

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

This div border color is #f79baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79baf


Comments

No comments written yet.

Please login to write comment.