Color spaces of #aa75de
RGB | 170 | 117 | 222 |
---|---|---|---|
HSL | 0.75 | 0.61 | 0.66 |
HSV | 270° | 47° | 87° |
CMYK | 0.23 | 0.47 | 0.00 0.13 |
XYZ | 36.1237 | 26.5426 | 72.3265 |
Yxy | 26.5426 | 0.2676 | 0.1966 |
Hunter Lab | 51.5195 | 34.9989 | -47.1716 |
CIE-Lab | 58.5485 | 40.8474 | -45.9735 |
#aa75de color RGB value is (170,117,222).
#aa75de hex color red value is 170, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa75de hue: 0.75 , saturation: 0.61 and the lightness value of aa75de is 0.66.
The process color (four color CMYK) of #aa75de color hex is 0.23, 0.47, 0.00, 0.13. Web safe color of #aa75de is #9966cc. Color #aa75de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01110101 | 11011110 |
Octal | 252 | 165 | 336 |
Decimal | 170 | 117 | 222 |
Hex | AA | 75 | DE |
Shades of #aa75de
Tints of #aa75de
RGB Percentages of Color #aa75de
CMYK Percentages of Color #aa75de
Complementary Color
#aa75de | #a9de75 |
#aa75de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa75de Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa75de Color CSS Codes
.mybgcolor {background-color:#aa75de; } .myforecolor {color:#aa75de; } .mybordercolor {border:3px solid #aa75de; }
#aa75de Text Font Color
<p style="color:#aa75de">Text here</p>
This sample text font color is #aa75de
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.
#aa75de Background Color
<div style="background-color:#aa75de">
Div content here</div>
This div background color is #aa75de
#aa75de Border Color
<div style="border:3px solid #aa75de">
Div here</div>
This div border color is #aa75de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,117,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa75de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa75de; -webkit-box-shadow: 1px 1px 3px 2px #aa75de; box-shadow: 1px 1px 3px 2px #aa75de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,117,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa75de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa75de; -webkit-box-shadow: 1px 1px 3px 2px #aa75de; box-shadow: 1px 1px 3px 2px #aa75de;">
Div content here</div>
This div box has shadow with color #aa75de
Comments
No comments written yet.
Please login to write comment.