color details

Color Details
#aa0072 Color Hex

#aa0072 color RGB value is (10, 160, 7).
#aa0072 hex color red value is 10, green value is 160, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #aa0072 hue: 118.82, saturation: 0.92 and lightness: 0.33.

The process color (four-color CMYK) of #aa0072 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aa0072 is #ff9999. Color #aa0072 contains mainly RED.

Color Spaces
Color spaces of #aa0072Value
RGB170, 0, 114
HSL0.89, 1, 0.33
HSV320°, 100°, 67°
XYZ19.62, 9.76, 16.77
Base Numbers
Base Red Green Blue
Binary 10101010 0 1110010
Octal 252 0 162
Decimal 170 0 114
Hex AA 0 72

RGB Percentages for Color #aa0072

59.86%
40.14%

CMYK Percentages of the Color #aa0072

100%
32.94%
33.33%
CSS Codes for Color #aa0072
.mybgColor {background-color: #aa0072;}
.myforeColor {color: #aa0072;}
.myborderColor {border:3px solid #aa0072;}
Text Font Color #aa0072

<p style="color:#aa0072">Text here</p>

This sample text is styled with the font color #aa0072. 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 #aa0072

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

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

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

The border color of this div is #aa0072
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(170, 0, 114, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #aa0072;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #aa0072;
-webkit-box-shadow: 1px 1px 3px #aa0072;
box-shadow: 1px 1px 3px #aa0072;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170, 0, 114, 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 #aa0072;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #aa0072; -webkit-box-shadow: 1px 1px 3px #aa0072; box-shadow: 1px 1px 3px #aa0072;">Div content here</div>

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

Scroll to Top