Color Hex Logo

#f97aba Color Hex

#F97ABA
(249,122,186)
0 Favorites   0 Comments

Color spaces of #f97aba

RGB 249122186
HSL0.920.910.73
HSV330°51°98°
CMYK 0.000.510.25   0.02
XYZ54.889437.604050.8197
Yxy37.60400.38300.2624
Hunter Lab61.322152.4616-6.2102
CIE-Lab67.727755.4816-10.7807

#f97aba color RGB value is (249,122,186).

#f97aba hex color red value is 249, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f97aba hue: 0.92 , saturation: 0.91 and the lightness value of f97aba is 0.73.

The process color (four color CMYK) of #f97aba color hex is 0.00, 0.51, 0.25, 0.02. Web safe color of #f97aba is #ff66cc. Color #f97aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111010 10111010
Octal 371 172 272
Decimal 249 122 186
Hex F9 7A BA

RGB Percentages of Color #f97aba

%44.70
%21.90
%33.39

CMYK Percentages of Color #f97aba

%0
%51
%25
%2

Triadic Colors of #f97aba

#f97aba #baf97a #7abaf9

Analogous Colors of #f97aba

#f97aba #f97a7b #f97af9

Monochromatic Colors of #f97aba

#f97aba

Complementary Color

#f97aba #7af9b9

#f97aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97aba Color CSS Codes

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

#f97aba Text Font Color

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

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


#f97aba Background Color

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

This div background color is #f97aba


#f97aba Border Color

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

This div border color is #f97aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97aba


Comments

No comments written yet.

Please login to write comment.