Color spaces of #aa66cd
RGB | 170 | 102 | 205 |
---|---|---|---|
HSL | 0.78 | 0.51 | 0.60 |
HSV | 280° | 50° | 80° |
CMYK | 0.17 | 0.50 | 0.00 0.20 |
XYZ | 32.3484 | 22.4566 | 60.3872 |
Yxy | 22.4566 | 0.2808 | 0.1949 |
Hunter Lab | 47.3884 | 38.9185 | -42.3816 |
CIE-Lab | 54.5082 | 45.1788 | -42.7547 |
#aa66cd color RGB value is (170,102,205).
#aa66cd hex color red value is 170, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aa66cd hue: 0.78 , saturation: 0.51 and the lightness value of aa66cd is 0.60.
The process color (four color CMYK) of #aa66cd color hex is 0.17, 0.50, 0.00, 0.20. Web safe color of #aa66cd is #9966cc. Color #aa66cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01100110 | 11001101 |
Octal | 252 | 146 | 315 |
Decimal | 170 | 102 | 205 |
Hex | AA | 66 | CD |
Shades of #aa66cd
Tints of #aa66cd
RGB Percentages of Color #aa66cd
CMYK Percentages of Color #aa66cd
Complementary Color
#aa66cd | #89cd66 |
#aa66cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa66cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa66cd Color CSS Codes
.mybgcolor {background-color:#aa66cd; } .myforecolor {color:#aa66cd; } .mybordercolor {border:3px solid #aa66cd; }
#aa66cd Text Font Color
<p style="color:#aa66cd">Text here</p>
This sample text font color is #aa66cd
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.
#aa66cd Background Color
<div style="background-color:#aa66cd">
Div content here</div>
This div background color is #aa66cd
#aa66cd Border Color
<div style="border:3px solid #aa66cd">
Div here</div>
This div border color is #aa66cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,102,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa66cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa66cd; -webkit-box-shadow: 1px 1px 3px 2px #aa66cd; box-shadow: 1px 1px 3px 2px #aa66cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,102,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa66cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa66cd; -webkit-box-shadow: 1px 1px 3px 2px #aa66cd; box-shadow: 1px 1px 3px 2px #aa66cd;">
Div content here</div>
This div box has shadow with color #aa66cd
Comments
No comments written yet.
Please login to write comment.