Color spaces of #f701ac
RGB | 247 | 1 | 172 |
---|---|---|---|
HSL | 0.88 | 0.99 | 0.49 |
HSV | 318° | 100° | 97° |
CMYK | 0.00 | 1.00 | 0.30 0.03 |
XYZ | 45.8150 | 22.7744 | 41.0109 |
Yxy | 22.7744 | 0.4180 | 0.2078 |
Hunter Lab | 47.7225 | 87.8507 | -17.5458 |
CIE-Lab | 54.8392 | 86.6951 | -22.2998 |
#f701ac color RGB value is (247,1,172).
#f701ac hex color red value is 247, green value is 1 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f701ac hue: 0.88 , saturation: 0.99 and the lightness value of f701ac is 0.49.
The process color (four color CMYK) of #f701ac color hex is 0.00, 1.00, 0.30, 0.03. Web safe color of #f701ac is #ff0099. Color #f701ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00000001 | 10101100 |
Octal | 367 | 1 | 254 |
Decimal | 247 | 1 | 172 |
Hex | F7 | 1 | AC |
Shades of #f701ac
Tints of #f701ac
RGB Percentages of Color #f701ac
CMYK Percentages of Color #f701ac
Complementary Color
#f701ac | #01f74c |
#f701ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f701ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f701ac Color CSS Codes
.mybgcolor {background-color:#f701ac; } .myforecolor {color:#f701ac; } .mybordercolor {border:3px solid #f701ac; }
#f701ac Text Font Color
<p style="color:#f701ac">Text here</p>
This sample text font color is #f701ac
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.
#f701ac Background Color
<div style="background-color:#f701ac">
Div content here</div>
This div background color is #f701ac
#f701ac Border Color
<div style="border:3px solid #f701ac">
Div here</div>
This div border color is #f701ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,1,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f701ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f701ac; -webkit-box-shadow: 1px 1px 3px 2px #f701ac; box-shadow: 1px 1px 3px 2px #f701ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,1,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 #f701ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f701ac; -webkit-box-shadow: 1px 1px 3px 2px #f701ac; box-shadow: 1px 1px 3px 2px #f701ac;">
Div content here</div>
This div box has shadow with color #f701ac
Comments
No comments written yet.
Please login to write comment.