Color spaces of #a66cdd
RGB | 166 | 108 | 221 |
---|---|---|---|
HSL | 0.75 | 0.62 | 0.65 |
HSV | 271° | 51° | 87° |
CMYK | 0.25 | 0.51 | 0.00 0.13 |
XYZ | 34.1396 | 24.0526 | 71.2499 |
Yxy | 24.0526 | 0.2637 | 0.1858 |
Hunter Lab | 49.0435 | 38.4295 | -51.8056 |
CIE-Lab | 56.1404 | 44.4711 | -49.2553 |
#a66cdd color RGB value is (166,108,221).
#a66cdd hex color red value is 166, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a66cdd hue: 0.75 , saturation: 0.62 and the lightness value of a66cdd is 0.65.
The process color (four color CMYK) of #a66cdd color hex is 0.25, 0.51, 0.00, 0.13. Web safe color of #a66cdd is #9966cc. Color #a66cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01101100 | 11011101 |
Octal | 246 | 154 | 335 |
Decimal | 166 | 108 | 221 |
Hex | A6 | 6C | DD |
Shades of #a66cdd
Tints of #a66cdd
RGB Percentages of Color #a66cdd
CMYK Percentages of Color #a66cdd
Complementary Color
#a66cdd | #a3dd6c |
#a66cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a66cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a66cdd Color CSS Codes
.mybgcolor {background-color:#a66cdd; } .myforecolor {color:#a66cdd; } .mybordercolor {border:3px solid #a66cdd; }
#a66cdd Text Font Color
<p style="color:#a66cdd">Text here</p>
This sample text font color is #a66cdd
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.
#a66cdd Background Color
<div style="background-color:#a66cdd">
Div content here</div>
This div background color is #a66cdd
#a66cdd Border Color
<div style="border:3px solid #a66cdd">
Div here</div>
This div border color is #a66cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,108,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a66cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a66cdd; -webkit-box-shadow: 1px 1px 3px 2px #a66cdd; box-shadow: 1px 1px 3px 2px #a66cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,108,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 #a66cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a66cdd; -webkit-box-shadow: 1px 1px 3px 2px #a66cdd; box-shadow: 1px 1px 3px 2px #a66cdd;">
Div content here</div>
This div box has shadow with color #a66cdd
Comments
No comments written yet.
Please login to write comment.