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