Color Hex Logo

#f97eac Color Hex

#F97EAC
(249,126,172)
0 Favorites   0 Comments

Color spaces of #f97eac

RGB 249126172
HSL0.940.910.74
HSV338°49°98°
CMYK 0.000.490.31   0.02
XYZ53.974238.040043.5274
Yxy38.04000.39820.2807
Hunter Lab61.676648.27431.3305
CIE-Lab68.050151.7650-2.4182

#f97eac color RGB value is (249,126,172).

#f97eac hex color red value is 249, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f97eac hue: 0.94 , saturation: 0.91 and the lightness value of f97eac is 0.74.

The process color (four color CMYK) of #f97eac color hex is 0.00, 0.49, 0.31, 0.02. Web safe color of #f97eac is #ff6699. Color #f97eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111110 10101100
Octal 371 176 254
Decimal 249 126 172
Hex F9 7E AC

RGB Percentages of Color #f97eac

%45.52
%23.03
%31.44

CMYK Percentages of Color #f97eac

%0
%49
%31
%2

Triadic Colors of #f97eac

#f97eac #acf97e #7eacf9

Analogous Colors of #f97eac

#f97eac #f98e7e #f97eea

Monochromatic Colors of #f97eac

#f97eac

Complementary Color

#f97eac #7ef9cb

#f97eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97eac Color CSS Codes

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

#f97eac Text Font Color

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

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


#f97eac Background Color

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

This div background color is #f97eac


#f97eac Border Color

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

This div border color is #f97eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97eac


Comments

No comments written yet.

Please login to write comment.