Color spaces of #aa0ddc
RGB | 170 | 13 | 220 |
---|---|---|---|
HSL | 0.79 | 0.89 | 0.46 |
HSV | 286° | 94° | 86° |
CMYK | 0.23 | 0.94 | 0.00 0.14 |
XYZ | 29.6398 | 14.0012 | 68.8505 |
Yxy | 14.0012 | 0.2635 | 0.1245 |
Hunter Lab | 37.4182 | 75.9122 | -82.9025 |
CIE-Lab | 44.2347 | 79.4324 | -67.8111 |
#aa0ddc color RGB value is (170,13,220).
#aa0ddc hex color red value is 170, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa0ddc hue: 0.79 , saturation: 0.89 and the lightness value of aa0ddc is 0.46.
The process color (four color CMYK) of #aa0ddc color hex is 0.23, 0.94, 0.00, 0.14. Web safe color of #aa0ddc is #9900cc. Color #aa0ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00001101 | 11011100 |
Octal | 252 | 15 | 334 |
Decimal | 170 | 13 | 220 |
Hex | AA | D | DC |
Shades of #aa0ddc
Tints of #aa0ddc
RGB Percentages of Color #aa0ddc
CMYK Percentages of Color #aa0ddc
Complementary Color
#aa0ddc | #3fdc0d |
#aa0ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa0ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa0ddc Color CSS Codes
.mybgcolor {background-color:#aa0ddc; } .myforecolor {color:#aa0ddc; } .mybordercolor {border:3px solid #aa0ddc; }
#aa0ddc Text Font Color
<p style="color:#aa0ddc">Text here</p>
This sample text font color is #aa0ddc
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.
#aa0ddc Background Color
<div style="background-color:#aa0ddc">
Div content here</div>
This div background color is #aa0ddc
#aa0ddc Border Color
<div style="border:3px solid #aa0ddc">
Div here</div>
This div border color is #aa0ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,13,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa0ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa0ddc; -webkit-box-shadow: 1px 1px 3px 2px #aa0ddc; box-shadow: 1px 1px 3px 2px #aa0ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,13,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa0ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa0ddc; -webkit-box-shadow: 1px 1px 3px 2px #aa0ddc; box-shadow: 1px 1px 3px 2px #aa0ddc;">
Div content here</div>
This div box has shadow with color #aa0ddc
Comments
No comments written yet.
Please login to write comment.