color details

Color Details
#a49ecc Color Hex

#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
Color spaces of #a49eccValue
RGB164, 158, 204
HSL0.69, 0.31, 0.71
HSV248°, 23°, 80°
XYZ38.43, 36.71, 62.18
Base Numbers
Base Red Green Blue
Binary 10100100 10011110 11001100
Octal 244 236 314
Decimal 164 158 204
Hex A4 9E CC

RGB Percentages for Color #a49ecc

31.18%
30.04%
38.78%

CMYK Percentages of the Color #a49ecc

19.61%
22.55%
20%
CSS Codes for Color #a49ecc
.mybgColor {background-color: #a49ecc;}
.myforeColor {color: #a49ecc;}
.myborderColor {border:3px solid #a49ecc;}
Text Font Color #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,

Background Color #a49ecc

<div style="background-color:#a49ecc">Div content here</div>

The background color of this div is #a49ecc
Border Color #a49ecc

<div style="border:3px solid #a49ecc">Div here</div>

The border color of this div is #a49ecc
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164, 158, 204, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a49ecc;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #a49ecc

Scroll to Top