Color spaces of #f977ab
RGB | 249 | 119 | 171 |
---|---|---|---|
HSL | 0.93 | 0.92 | 0.72 |
HSV | 336° | 52° | 98° |
CMYK | 0.00 | 0.52 | 0.31 0.02 |
XYZ | 53.0144 | 36.2737 | 42.7354 |
Yxy | 36.2737 | 0.4016 | 0.2748 |
Hunter Lab | 60.2277 | 51.7233 | 0.0893 |
CIE-Lab | 66.7285 | 54.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01110111 | 10101011 |
Octal | 371 | 167 | 253 |
Decimal | 249 | 119 | 171 |
Hex | F9 | 77 | AB |
Shades of #f977ab
Tints of #f977ab
RGB Percentages of Color #f977ab
CMYK Percentages of Color #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.