Color spaces of #f052ac
RGB | 240 | 82 | 172 |
---|---|---|---|
HSL | 0.91 | 0.84 | 0.63 |
HSV | 326° | 66° | 94° |
CMYK | 0.00 | 0.66 | 0.28 0.06 |
XYZ | 46.3989 | 27.5384 | 41.8997 |
Yxy | 27.5384 | 0.4006 | 0.2377 |
Hunter Lab | 52.4770 | 65.9904 | -10.6055 |
CIE-Lab | 59.4694 | 68.3957 | -15.3526 |
#f052ac color RGB value is (240,82,172).
#f052ac hex color red value is 240, green value is 82 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f052ac hue: 0.91 , saturation: 0.84 and the lightness value of f052ac is 0.63.
The process color (four color CMYK) of #f052ac color hex is 0.00, 0.66, 0.28, 0.06. Web safe color of #f052ac is #ff6699. Color #f052ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01010010 | 10101100 |
Octal | 360 | 122 | 254 |
Decimal | 240 | 82 | 172 |
Hex | F0 | 52 | AC |
Shades of #f052ac
Tints of #f052ac
RGB Percentages of Color #f052ac
CMYK Percentages of Color #f052ac
Complementary Color
#f052ac | #52f096 |
#f052ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f052ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f052ac Color CSS Codes
.mybgcolor {background-color:#f052ac; } .myforecolor {color:#f052ac; } .mybordercolor {border:3px solid #f052ac; }
#f052ac Text Font Color
<p style="color:#f052ac">Text here</p>
This sample text font color is #f052ac
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.
#f052ac Background Color
<div style="background-color:#f052ac">
Div content here</div>
This div background color is #f052ac
#f052ac Border Color
<div style="border:3px solid #f052ac">
Div here</div>
This div border color is #f052ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,82,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f052ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f052ac; -webkit-box-shadow: 1px 1px 3px 2px #f052ac; box-shadow: 1px 1px 3px 2px #f052ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,82,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 #f052ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f052ac; -webkit-box-shadow: 1px 1px 3px 2px #f052ac; box-shadow: 1px 1px 3px 2px #f052ac;">
Div content here</div>
This div box has shadow with color #f052ac
Comments
No comments written yet.
Please login to write comment.