Color spaces of #aa77cb
RGB | 170 | 119 | 203 |
---|---|---|---|
HSL | 0.77 | 0.45 | 0.63 |
HSV | 276° | 41° | 80° |
CMYK | 0.16 | 0.41 | 0.00 0.20 |
XYZ | 33.9539 | 26.0515 | 59.7388 |
Yxy | 26.0515 | 0.2836 | 0.2176 |
Hunter Lab | 51.0407 | 29.4228 | -33.6655 |
CIE-Lab | 58.0859 | 35.4398 | -35.9959 |
#aa77cb color RGB value is (170,119,203).
#aa77cb hex color red value is 170, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa77cb hue: 0.77 , saturation: 0.45 and the lightness value of aa77cb is 0.63.
The process color (four color CMYK) of #aa77cb color hex is 0.16, 0.41, 0.00, 0.20. Web safe color of #aa77cb is #9966cc. Color #aa77cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01110111 | 11001011 |
Octal | 252 | 167 | 313 |
Decimal | 170 | 119 | 203 |
Hex | AA | 77 | CB |
Shades of #aa77cb
Tints of #aa77cb
RGB Percentages of Color #aa77cb
CMYK Percentages of Color #aa77cb
Complementary Color
#aa77cb | #98cb77 |
#aa77cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa77cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa77cb Color CSS Codes
.mybgcolor {background-color:#aa77cb; } .myforecolor {color:#aa77cb; } .mybordercolor {border:3px solid #aa77cb; }
#aa77cb Text Font Color
<p style="color:#aa77cb">Text here</p>
This sample text font color is #aa77cb
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.
#aa77cb Background Color
<div style="background-color:#aa77cb">
Div content here</div>
This div background color is #aa77cb
#aa77cb Border Color
<div style="border:3px solid #aa77cb">
Div here</div>
This div border color is #aa77cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,119,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa77cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa77cb; -webkit-box-shadow: 1px 1px 3px 2px #aa77cb; box-shadow: 1px 1px 3px 2px #aa77cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,119,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa77cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa77cb; -webkit-box-shadow: 1px 1px 3px 2px #aa77cb; box-shadow: 1px 1px 3px 2px #aa77cb;">
Div content here</div>
This div box has shadow with color #aa77cb
Comments
No comments written yet.
Please login to write comment.