Color Hex Logo

#f97abc Color Hex

#F97ABC
(249,122,188)
0 Favorites   0 Comments

Color spaces of #f97abc

RGB 249122188
HSL0.910.910.73
HSV329°51°98°
CMYK 0.000.510.24   0.02
XYZ55.103637.689651.9475
Yxy37.68960.38070.2604
Hunter Lab61.391952.7808-7.1947
CIE-Lab67.791255.7488-11.8105

#f97abc color RGB value is (249,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111010 10111100
Octal 371 172 274
Decimal 249 122 188
Hex F9 7A BC

RGB Percentages of Color #f97abc

%44.54
%21.82
%33.63

CMYK Percentages of Color #f97abc

%0
%51
%24
%2

Triadic Colors of #f97abc

#f97abc #bcf97a #7abcf9

Analogous Colors of #f97abc

#f97abc #f97a7d #f77af9

Monochromatic Colors of #f97abc

#f97abc

Complementary Color

#f97abc #7af9b7

#f97abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97abc Color CSS Codes

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

#f97abc Text Font Color

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

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


#f97abc Background Color

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

This div background color is #f97abc


#f97abc Border Color

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

This div border color is #f97abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,122,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97abc

Related Colors


Comments

No comments written yet.

Please login to write comment.