Color spaces of #ad64ac
RGB | 173 | 100 | 172 |
---|---|---|---|
HSL | 0.84 | 0.31 | 0.54 |
HSV | 301° | 42° | 68° |
CMYK | 0.00 | 0.42 | 0.01 0.32 |
XYZ | 29.2371 | 20.9771 | 41.5378 |
Yxy | 20.9771 | 0.3187 | 0.2286 |
Hunter Lab | 45.8008 | 33.7948 | -21.7110 |
CIE-Lab | 52.9244 | 40.4339 | -26.2170 |
#ad64ac color RGB value is (173,100,172).
#ad64ac hex color red value is 173, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ad64ac hue: 0.84 , saturation: 0.31 and the lightness value of ad64ac is 0.54.
The process color (four color CMYK) of #ad64ac color hex is 0.00, 0.42, 0.01, 0.32. Web safe color of #ad64ac is #996699. Color #ad64ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01100100 | 10101100 |
Octal | 255 | 144 | 254 |
Decimal | 173 | 100 | 172 |
Hex | AD | 64 | AC |
Shades of #ad64ac
Tints of #ad64ac
RGB Percentages of Color #ad64ac
CMYK Percentages of Color #ad64ac
Complementary Color
#ad64ac | #64ad65 |
#ad64ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad64ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad64ac Color CSS Codes
.mybgcolor {background-color:#ad64ac; } .myforecolor {color:#ad64ac; } .mybordercolor {border:3px solid #ad64ac; }
#ad64ac Text Font Color
<p style="color:#ad64ac">Text here</p>
This sample text font color is #ad64ac
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.
#ad64ac Background Color
<div style="background-color:#ad64ac">
Div content here</div>
This div background color is #ad64ac
#ad64ac Border Color
<div style="border:3px solid #ad64ac">
Div here</div>
This div border color is #ad64ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,100,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad64ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad64ac; -webkit-box-shadow: 1px 1px 3px 2px #ad64ac; box-shadow: 1px 1px 3px 2px #ad64ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,100,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 #ad64ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad64ac; -webkit-box-shadow: 1px 1px 3px 2px #ad64ac; box-shadow: 1px 1px 3px 2px #ad64ac;">
Div content here</div>
This div box has shadow with color #ad64ac
Comments
No comments written yet.
Please login to write comment.