Color spaces of #aa5dfc
RGB | 170 | 93 | 252 |
---|---|---|---|
HSL | 0.75 | 0.96 | 0.68 |
HSV | 269° | 63° | 99° |
CMYK | 0.33 | 0.63 | 0.00 0.01 |
XYZ | 38.0626 | 23.4030 | 94.6066 |
Yxy | 23.4030 | 0.2439 | 0.1499 |
Hunter Lab | 48.3766 | 55.7841 | -82.0854 |
CIE-Lab | 55.4850 | 60.4194 | -67.5962 |
#aa5dfc color RGB value is (170,93,252).
#aa5dfc hex color red value is 170, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa5dfc hue: 0.75 , saturation: 0.96 and the lightness value of aa5dfc is 0.68.
The process color (four color CMYK) of #aa5dfc color hex is 0.33, 0.63, 0.00, 0.01. Web safe color of #aa5dfc is #9966ff. Color #aa5dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01011101 | 11111100 |
Octal | 252 | 135 | 374 |
Decimal | 170 | 93 | 252 |
Hex | AA | 5D | FC |
Shades of #aa5dfc
Tints of #aa5dfc
RGB Percentages of Color #aa5dfc
CMYK Percentages of Color #aa5dfc
Complementary Color
#aa5dfc | #affc5d |
#aa5dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa5dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa5dfc Color CSS Codes
.mybgcolor {background-color:#aa5dfc; } .myforecolor {color:#aa5dfc; } .mybordercolor {border:3px solid #aa5dfc; }
#aa5dfc Text Font Color
<p style="color:#aa5dfc">Text here</p>
This sample text font color is #aa5dfc
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.
#aa5dfc Background Color
<div style="background-color:#aa5dfc">
Div content here</div>
This div background color is #aa5dfc
#aa5dfc Border Color
<div style="border:3px solid #aa5dfc">
Div here</div>
This div border color is #aa5dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,93,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa5dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa5dfc; -webkit-box-shadow: 1px 1px 3px 2px #aa5dfc; box-shadow: 1px 1px 3px 2px #aa5dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,93,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa5dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa5dfc; -webkit-box-shadow: 1px 1px 3px 2px #aa5dfc; box-shadow: 1px 1px 3px 2px #aa5dfc;">
Div content here</div>
This div box has shadow with color #aa5dfc
Comments
No comments written yet.
Please login to write comment.