Color spaces of #a10acc
RGB | 161 | 10 | 204 |
---|---|---|---|
HSL | 0.80 | 0.91 | 0.42 |
HSV | 287° | 95° | 80° |
CMYK | 0.21 | 0.95 | 0.00 0.20 |
XYZ | 25.7056 | 12.1538 | 58.1178 |
Yxy | 12.1538 | 0.2678 | 0.1266 |
Hunter Lab | 34.8623 | 70.6073 | -74.4368 |
CIE-Lab | 41.4595 | 75.6749 | -63.1675 |
#a10acc color RGB value is (161,10,204).
#a10acc hex color red value is 161, green value is 10 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a10acc hue: 0.80 , saturation: 0.91 and the lightness value of a10acc is 0.42.
The process color (four color CMYK) of #a10acc color hex is 0.21, 0.95, 0.00, 0.20. Web safe color of #a10acc is #9900cc. Color #a10acc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 00001010 | 11001100 |
Octal | 241 | 12 | 314 |
Decimal | 161 | 10 | 204 |
Hex | A1 | A | CC |
Shades of #a10acc
Tints of #a10acc
RGB Percentages of Color #a10acc
CMYK Percentages of Color #a10acc
Complementary Color
#a10acc | #35cc0a |
#a10acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a10acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a10acc Color CSS Codes
.mybgcolor {background-color:#a10acc; } .myforecolor {color:#a10acc; } .mybordercolor {border:3px solid #a10acc; }
#a10acc Text Font Color
<p style="color:#a10acc">Text here</p>
This sample text font color is #a10acc
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.
#a10acc Background Color
<div style="background-color:#a10acc">
Div content here</div>
This div background color is #a10acc
#a10acc Border Color
<div style="border:3px solid #a10acc">
Div here</div>
This div border color is #a10acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,10,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a10acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a10acc; -webkit-box-shadow: 1px 1px 3px 2px #a10acc; box-shadow: 1px 1px 3px 2px #a10acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,10,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a10acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a10acc; -webkit-box-shadow: 1px 1px 3px 2px #a10acc; box-shadow: 1px 1px 3px 2px #a10acc;">
Div content here</div>
This div box has shadow with color #a10acc
Comments
No comments written yet.
Please login to write comment.