Color Hex Logo

#f977ab Color Hex

#F977AB
(249,119,171)
0 Favorites   0 Comments

Color spaces of #f977ab

RGB 249119171
HSL0.930.920.72
HSV336°52°98°
CMYK 0.000.520.31   0.02
XYZ53.014436.273742.7354
Yxy36.27370.40160.2748
Hunter Lab60.227751.72330.0893
CIE-Lab66.728554.9924-3.7977

#f977ab color RGB value is (249,119,171).

#f977ab hex color red value is 249, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f977ab hue: 0.93 , saturation: 0.92 and the lightness value of f977ab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 10101011
Octal 371 167 253
Decimal 249 119 171
Hex F9 77 AB

RGB Percentages of Color #f977ab

%46.20
%22.08
%31.73

CMYK Percentages of Color #f977ab

%0
%52
%31
%2

Triadic Colors of #f977ab

#f977ab #abf977 #77abf9

Analogous Colors of #f977ab

#f977ab #f98477 #f977ec

Monochromatic Colors of #f977ab

#f977ab

Complementary Color

#f977ab #77f9c5

#f977ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f977ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f977ab Color CSS Codes

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

#f977ab Text Font Color

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

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


#f977ab Background Color

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

This div background color is #f977ab


#f977ab Border Color

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

This div border color is #f977ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f977ab

#f977ab Color Palettes


Comments

No comments written yet.

Please login to write comment.