Color spaces of #f729ac
RGB | 247 | 41 | 172 |
---|---|---|---|
HSL | 0.89 | 0.93 | 0.56 |
HSV | 322° | 83° | 97° |
CMYK | 0.00 | 0.83 | 0.30 0.03 |
XYZ | 46.5971 | 24.3386 | 41.2716 |
Yxy | 24.3386 | 0.4153 | 0.2169 |
Hunter Lab | 49.3342 | 82.2620 | -15.0665 |
CIE-Lab | 56.4252 | 82.0770 | -19.8706 |
#f729ac color RGB value is (247,41,172).
#f729ac hex color red value is 247, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f729ac hue: 0.89 , saturation: 0.93 and the lightness value of f729ac is 0.56.
The process color (four color CMYK) of #f729ac color hex is 0.00, 0.83, 0.30, 0.03. Web safe color of #f729ac is #ff3399. Color #f729ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00101001 | 10101100 |
Octal | 367 | 51 | 254 |
Decimal | 247 | 41 | 172 |
Hex | F7 | 29 | AC |
Shades of #f729ac
Tints of #f729ac
RGB Percentages of Color #f729ac
CMYK Percentages of Color #f729ac
Complementary Color
#f729ac | #29f774 |
#f729ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f729ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f729ac Color CSS Codes
.mybgcolor {background-color:#f729ac; } .myforecolor {color:#f729ac; } .mybordercolor {border:3px solid #f729ac; }
#f729ac Text Font Color
<p style="color:#f729ac">Text here</p>
This sample text font color is #f729ac
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.
#f729ac Background Color
<div style="background-color:#f729ac">
Div content here</div>
This div background color is #f729ac
#f729ac Border Color
<div style="border:3px solid #f729ac">
Div here</div>
This div border color is #f729ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,41,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f729ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f729ac; -webkit-box-shadow: 1px 1px 3px 2px #f729ac; box-shadow: 1px 1px 3px 2px #f729ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,41,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 #f729ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f729ac; -webkit-box-shadow: 1px 1px 3px 2px #f729ac; box-shadow: 1px 1px 3px 2px #f729ac;">
Div content here</div>
This div box has shadow with color #f729ac
Comments
No comments written yet.
Please login to write comment.