Color spaces of #aa7afd
RGB | 170 | 122 | 253 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.74 |
HSV | 262° | 52° | 99° |
CMYK | 0.33 | 0.52 | 0.00 0.01 |
XYZ | 41.2667 | 29.5570 | 96.4586 |
Yxy | 29.5570 | 0.2467 | 0.1767 |
Hunter Lab | 54.3663 | 40.3491 | -67.1379 |
CIE-Lab | 61.2701 | 45.5478 | -58.8593 |
#aa7afd color RGB value is (170,122,253).
#aa7afd hex color red value is 170, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aa7afd hue: 0.73 , saturation: 0.97 and the lightness value of aa7afd is 0.74.
The process color (four color CMYK) of #aa7afd color hex is 0.33, 0.52, 0.00, 0.01. Web safe color of #aa7afd is #9966ff. Color #aa7afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01111010 | 11111101 |
Octal | 252 | 172 | 375 |
Decimal | 170 | 122 | 253 |
Hex | AA | 7A | FD |
Shades of #aa7afd
Tints of #aa7afd
RGB Percentages of Color #aa7afd
CMYK Percentages of Color #aa7afd
Complementary Color
#aa7afd | #cdfd7a |
#aa7afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa7afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa7afd Color CSS Codes
.mybgcolor {background-color:#aa7afd; } .myforecolor {color:#aa7afd; } .mybordercolor {border:3px solid #aa7afd; }
#aa7afd Text Font Color
<p style="color:#aa7afd">Text here</p>
This sample text font color is #aa7afd
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.
#aa7afd Background Color
<div style="background-color:#aa7afd">
Div content here</div>
This div background color is #aa7afd
#aa7afd Border Color
<div style="border:3px solid #aa7afd">
Div here</div>
This div border color is #aa7afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,122,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa7afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa7afd; -webkit-box-shadow: 1px 1px 3px 2px #aa7afd; box-shadow: 1px 1px 3px 2px #aa7afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,122,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa7afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa7afd; -webkit-box-shadow: 1px 1px 3px 2px #aa7afd; box-shadow: 1px 1px 3px 2px #aa7afd;">
Div content here</div>
This div box has shadow with color #aa7afd
Comments
No comments written yet.
Please login to write comment.