#a49ecc color RGB value is (10, 73, 236).
#a49ecc hex color red value is 10, green value is 73, and blue value is 236.
Cylindrical-coordinate representations (HSL) of color #a49ecc
hue: 223.27,
saturation: 0.92 and lightness: 0.48.
The process color (four-color CMYK) of #a49ecc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a49ecc is #ff9999. Color #a49ecc contains mainly RED.
| Color spaces of #a49ecc | Value |
|---|---|
| RGB | 164, 158, 204 |
| HSL | 0.69, 0.31, 0.71 |
| HSV | 248°, 23°, 80° |
| XYZ | 38.43, 36.71, 62.18 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100100 | 10011110 | 11001100 |
| Octal | 244 | 236 | 314 |
| Decimal | 164 | 158 | 204 |
| Hex | A4 | 9E | CC |
Shades of #a49ecc
Tints of #a49ecc
.mybgColor {background-color: #a49ecc;}
.myforeColor {color: #a49ecc;}
.myborderColor {border:3px solid #a49ecc;}
<p style="color:#a49ecc">Text here</p>
This sample text is styled with the font color #a49ecc. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#a49ecc">Div content here</div>
<div style="border:3px solid #a49ecc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(164, 158, 204, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a49ecc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a49ecc;
-webkit-box-shadow: 1px 1px 3px #a49ecc;
box-shadow: 1px 1px 3px #a49ecc; }
<p style="text-shadow: 4px 4px 2px rgba(164, 158, 204, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a49ecc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a49ecc;
-webkit-box-shadow: 1px 1px 3px #a49ecc;
box-shadow: 1px 1px 3px #a49ecc;">Div content here</div>
