Color Hex Logo

#f779aa Color Hex

#F779AA
(247,121,170)
0 Favorites   0 Comments

Color spaces of #f779aa

RGB 247121170
HSL0.940.890.72
HSV337°51°97°
CMYK 0.000.510.31   0.03
XYZ52.450836.351242.2822
Yxy36.35120.40010.2773
Hunter Lab60.292049.77460.6248
CIE-Lab66.787453.2749-3.1767

#f779aa color RGB value is (247,121,170).

#f779aa hex color red value is 247, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f779aa hue: 0.94 , saturation: 0.89 and the lightness value of f779aa is 0.72.

The process color (four color CMYK) of #f779aa color hex is 0.00, 0.51, 0.31, 0.03. Web safe color of #f779aa is #ff6699. Color #f779aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111001 10101010
Octal 367 171 252
Decimal 247 121 170
Hex F7 79 AA

RGB Percentages of Color #f779aa

%45.91
%22.49
%31.60

CMYK Percentages of Color #f779aa

%0
%51
%31
%3

Triadic Colors of #f779aa

#f779aa #aaf779 #79aaf7

Analogous Colors of #f779aa

#f779aa #f78779 #f779e9

Monochromatic Colors of #f779aa

#f779aa

Complementary Color

#f779aa #79f7c6

#f779aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f779aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f779aa Color CSS Codes

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

#f779aa Text Font Color

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

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


#f779aa Background Color

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

This div background color is #f779aa


#f779aa Border Color

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

This div border color is #f779aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f779aa


Comments

No comments written yet.

Please login to write comment.