Color spaces of #aa77bb
RGB | 170 | 119 | 187 |
---|---|---|---|
HSL | 0.79 | 0.33 | 0.60 |
HSV | 285° | 36° | 73° |
CMYK | 0.09 | 0.36 | 0.00 0.27 |
XYZ | 32.1440 | 25.3276 | 50.2082 |
Yxy | 25.3276 | 0.2985 | 0.2352 |
Hunter Lab | 50.3265 | 25.9381 | -23.9220 |
CIE-Lab | 57.3932 | 32.0063 | -27.9741 |
#aa77bb color RGB value is (170,119,187).
#aa77bb hex color red value is 170, green value is 119 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa77bb hue: 0.79 , saturation: 0.33 and the lightness value of aa77bb is 0.60.
The process color (four color CMYK) of #aa77bb color hex is 0.09, 0.36, 0.00, 0.27. Web safe color of #aa77bb is #9966cc. Color #aa77bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01110111 | 10111011 |
Octal | 252 | 167 | 273 |
Decimal | 170 | 119 | 187 |
Hex | AA | 77 | BB |
Shades of #aa77bb
Tints of #aa77bb
RGB Percentages of Color #aa77bb
CMYK Percentages of Color #aa77bb
Complementary Color
#aa77bb | #88bb77 |
#aa77bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa77bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa77bb Color CSS Codes
.mybgcolor {background-color:#aa77bb; } .myforecolor {color:#aa77bb; } .mybordercolor {border:3px solid #aa77bb; }
#aa77bb Text Font Color
<p style="color:#aa77bb">Text here</p>
This sample text font color is #aa77bb
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.
#aa77bb Background Color
<div style="background-color:#aa77bb">
Div content here</div>
This div background color is #aa77bb
#aa77bb Border Color
<div style="border:3px solid #aa77bb">
Div here</div>
This div border color is #aa77bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,119,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa77bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa77bb; -webkit-box-shadow: 1px 1px 3px 2px #aa77bb; box-shadow: 1px 1px 3px 2px #aa77bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,119,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa77bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa77bb; -webkit-box-shadow: 1px 1px 3px 2px #aa77bb; box-shadow: 1px 1px 3px 2px #aa77bb;">
Div content here</div>
This div box has shadow with color #aa77bb
Comments
No comments written yet.
Please login to write comment.