Color spaces of #ac63dd
RGB | 172 | 99 | 221 |
---|---|---|---|
HSL | 0.77 | 0.64 | 0.63 |
HSV | 276° | 55° | 87° |
CMYK | 0.22 | 0.55 | 0.00 0.13 |
XYZ | 34.5262 | 22.9148 | 71.0099 |
Yxy | 22.9148 | 0.2688 | 0.1784 |
Hunter Lab | 47.8694 | 44.9731 | -54.4427 |
CIE-Lab | 54.9845 | 50.7902 | -51.0531 |
#ac63dd color RGB value is (172,99,221).
#ac63dd hex color red value is 172, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac63dd hue: 0.77 , saturation: 0.64 and the lightness value of ac63dd is 0.63.
The process color (four color CMYK) of #ac63dd color hex is 0.22, 0.55, 0.00, 0.13. Web safe color of #ac63dd is #9966cc. Color #ac63dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01100011 | 11011101 |
Octal | 254 | 143 | 335 |
Decimal | 172 | 99 | 221 |
Hex | AC | 63 | DD |
Shades of #ac63dd
Tints of #ac63dd
RGB Percentages of Color #ac63dd
CMYK Percentages of Color #ac63dd
Complementary Color
#ac63dd | #94dd63 |
#ac63dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac63dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac63dd Color CSS Codes
.mybgcolor {background-color:#ac63dd; } .myforecolor {color:#ac63dd; } .mybordercolor {border:3px solid #ac63dd; }
#ac63dd Text Font Color
<p style="color:#ac63dd">Text here</p>
This sample text font color is #ac63dd
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.
#ac63dd Background Color
<div style="background-color:#ac63dd">
Div content here</div>
This div background color is #ac63dd
#ac63dd Border Color
<div style="border:3px solid #ac63dd">
Div here</div>
This div border color is #ac63dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,99,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac63dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac63dd; -webkit-box-shadow: 1px 1px 3px 2px #ac63dd; box-shadow: 1px 1px 3px 2px #ac63dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,99,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac63dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac63dd; -webkit-box-shadow: 1px 1px 3px 2px #ac63dd; box-shadow: 1px 1px 3px 2px #ac63dd;">
Div content here</div>
This div box has shadow with color #ac63dd
Comments
No comments written yet.
Please login to write comment.