Color spaces of #aa4bab
RGB | 170 | 75 | 171 |
---|---|---|---|
HSL | 0.83 | 0.39 | 0.48 |
HSV | 299° | 56° | 67° |
CMYK | 0.01 | 0.56 | 0.00 0.33 |
XYZ | 26.4443 | 16.5185 | 40.3227 |
Yxy | 16.5185 | 0.3175 | 0.1983 |
Hunter Lab | 40.6430 | 45.0157 | -30.3727 |
CIE-Lab | 47.6475 | 52.0706 | -33.8867 |
#aa4bab color RGB value is (170,75,171).
#aa4bab hex color red value is 170, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa4bab hue: 0.83 , saturation: 0.39 and the lightness value of aa4bab is 0.48.
The process color (four color CMYK) of #aa4bab color hex is 0.01, 0.56, 0.00, 0.33. Web safe color of #aa4bab is #993399. Color #aa4bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01001011 | 10101011 |
Octal | 252 | 113 | 253 |
Decimal | 170 | 75 | 171 |
Hex | AA | 4B | AB |
Shades of #aa4bab
Tints of #aa4bab
RGB Percentages of Color #aa4bab
CMYK Percentages of Color #aa4bab
Complementary Color
#aa4bab | #4cab4b |
#aa4bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa4bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa4bab Color CSS Codes
.mybgcolor {background-color:#aa4bab; } .myforecolor {color:#aa4bab; } .mybordercolor {border:3px solid #aa4bab; }
#aa4bab Text Font Color
<p style="color:#aa4bab">Text here</p>
This sample text font color is #aa4bab
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.
#aa4bab Background Color
<div style="background-color:#aa4bab">
Div content here</div>
This div background color is #aa4bab
#aa4bab Border Color
<div style="border:3px solid #aa4bab">
Div here</div>
This div border color is #aa4bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,75,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa4bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa4bab; -webkit-box-shadow: 1px 1px 3px 2px #aa4bab; box-shadow: 1px 1px 3px 2px #aa4bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,75,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa4bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa4bab; -webkit-box-shadow: 1px 1px 3px 2px #aa4bab; box-shadow: 1px 1px 3px 2px #aa4bab;">
Div content here</div>
This div box has shadow with color #aa4bab
Comments
No comments written yet.
Please login to write comment.