Color spaces of #f684ac
RGB | 246 | 132 | 172 |
---|---|---|---|
HSL | 0.94 | 0.86 | 0.74 |
HSV | 339° | 46° | 96° |
CMYK | 0.00 | 0.46 | 0.30 0.04 |
XYZ | 53.7037 | 39.0739 | 43.7412 |
Yxy | 39.0739 | 0.3934 | 0.2862 |
Hunter Lab | 62.5091 | 43.9644 | 2.2678 |
CIE-Lab | 68.8048 | 47.8192 | -1.3579 |
#f684ac color RGB value is (246,132,172).
#f684ac hex color red value is 246, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f684ac hue: 0.94 , saturation: 0.86 and the lightness value of f684ac is 0.74.
The process color (four color CMYK) of #f684ac color hex is 0.00, 0.46, 0.30, 0.04. Web safe color of #f684ac is #ff9999. Color #f684ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10000100 | 10101100 |
Octal | 366 | 204 | 254 |
Decimal | 246 | 132 | 172 |
Hex | F6 | 84 | AC |
Shades of #f684ac
Tints of #f684ac
RGB Percentages of Color #f684ac
CMYK Percentages of Color #f684ac
Complementary Color
#f684ac | #84f6ce |
#f684ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f684ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f684ac Color CSS Codes
.mybgcolor {background-color:#f684ac; } .myforecolor {color:#f684ac; } .mybordercolor {border:3px solid #f684ac; }
#f684ac Text Font Color
<p style="color:#f684ac">Text here</p>
This sample text font color is #f684ac
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.
#f684ac Background Color
<div style="background-color:#f684ac">
Div content here</div>
This div background color is #f684ac
#f684ac Border Color
<div style="border:3px solid #f684ac">
Div here</div>
This div border color is #f684ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,132,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f684ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f684ac; -webkit-box-shadow: 1px 1px 3px 2px #f684ac; box-shadow: 1px 1px 3px 2px #f684ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,132,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 #f684ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f684ac; -webkit-box-shadow: 1px 1px 3px 2px #f684ac; box-shadow: 1px 1px 3px 2px #f684ac;">
Div content here</div>
This div box has shadow with color #f684ac
Comments
No comments written yet.
Please login to write comment.