Color Hex Logo

#f7a7ac Color Hex

#F7A7AC
(247,167,172)
0 Favorites   0 Comments

Color spaces of #f7a7ac

RGB 247167172
HSL0.990.830.81
HSV356°32°97°
CMYK 0.000.320.30   0.03
XYZ59.622950.390145.6135
Yxy50.39010.38310.3238
Hunter Lab70.986025.701111.5922
CIE-Lab76.308130.13799.5027

#f7a7ac color RGB value is (247,167,172).

#f7a7ac hex color red value is 247, green value is 167 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f7a7ac hue: 0.99 , saturation: 0.83 and the lightness value of f7a7ac is 0.81.

The process color (four color CMYK) of #f7a7ac color hex is 0.00, 0.32, 0.30, 0.03. Web safe color of #f7a7ac is #ff9999. Color #f7a7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10100111 10101100
Octal 367 247 254
Decimal 247 167 172
Hex F7 A7 AC

RGB Percentages of Color #f7a7ac

%42.15
%28.50
%29.35

CMYK Percentages of Color #f7a7ac

%0
%32
%30
%3

Triadic Colors of #f7a7ac

#f7a7ac #acf7a7 #a7acf7

Analogous Colors of #f7a7ac

#f7a7ac #f7caa7 #f7a7d4

Monochromatic Colors of #f7a7ac

#f7a7ac

Complementary Color

#f7a7ac #a7f7f2

#f7a7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7a7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7a7ac Color CSS Codes

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

#f7a7ac Text Font Color

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

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


#f7a7ac Background Color

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

This div background color is #f7a7ac


#f7a7ac Border Color

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

This div border color is #f7a7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7a7ac


Comments

No comments written yet.

Please login to write comment.