Color spaces of #aa92db
RGB | 170 | 146 | 219 |
---|---|---|---|
HSL | 0.72 | 0.50 | 0.72 |
HSV | 260° | 33° | 86° |
CMYK | 0.22 | 0.33 | 0.00 0.14 |
XYZ | 39.6426 | 34.2183 | 71.5332 |
Yxy | 34.2183 | 0.2727 | 0.2353 |
Hunter Lab | 58.4964 | 18.5995 | -31.5562 |
CIE-Lab | 65.1355 | 23.8532 | -33.9764 |
#aa92db color RGB value is (170,146,219).
#aa92db hex color red value is 170, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa92db hue: 0.72 , saturation: 0.50 and the lightness value of aa92db is 0.72.
The process color (four color CMYK) of #aa92db color hex is 0.22, 0.33, 0.00, 0.14. Web safe color of #aa92db is #9999cc. Color #aa92db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10010010 | 11011011 |
Octal | 252 | 222 | 333 |
Decimal | 170 | 146 | 219 |
Hex | AA | 92 | DB |
Shades of #aa92db
Tints of #aa92db
RGB Percentages of Color #aa92db
CMYK Percentages of Color #aa92db
Complementary Color
#aa92db | #c3db92 |
#aa92db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa92db Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa92db Color CSS Codes
.mybgcolor {background-color:#aa92db; } .myforecolor {color:#aa92db; } .mybordercolor {border:3px solid #aa92db; }
#aa92db Text Font Color
<p style="color:#aa92db">Text here</p>
This sample text font color is #aa92db
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.
#aa92db Background Color
<div style="background-color:#aa92db">
Div content here</div>
This div background color is #aa92db
#aa92db Border Color
<div style="border:3px solid #aa92db">
Div here</div>
This div border color is #aa92db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,146,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa92db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa92db; -webkit-box-shadow: 1px 1px 3px 2px #aa92db; box-shadow: 1px 1px 3px 2px #aa92db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,146,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa92db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa92db; -webkit-box-shadow: 1px 1px 3px 2px #aa92db; box-shadow: 1px 1px 3px 2px #aa92db;">
Div content here</div>
This div box has shadow with color #aa92db
Comments
No comments written yet.
Please login to write comment.