Color spaces of #a000cc
RGB | 160 | 0 | 204 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.40 |
HSV | 287° | 100° | 80° |
CMYK | 0.22 | 1.00 | 0.00 0.20 |
XYZ | 25.3963 | 11.8332 | 58.0722 |
Yxy | 11.8332 | 0.2665 | 0.1242 |
Hunter Lab | 34.3994 | 71.5835 | -76.0122 |
CIE-Lab | 40.9498 | 76.5699 | -64.0040 |
#a000cc color RGB value is (160,0,204).
#a000cc hex color red value is 160, green value is 0 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a000cc hue: 0.80 , saturation: 1.00 and the lightness value of a000cc is 0.40.
The process color (four color CMYK) of #a000cc color hex is 0.22, 1.00, 0.00, 0.20. Web safe color of #a000cc is #9900cc. Color #a000cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00000000 | 11001100 |
Octal | 240 | 0 | 314 |
Decimal | 160 | 0 | 204 |
Hex | A0 | 0 | CC |
Shades of #a000cc
Tints of #a000cc
RGB Percentages of Color #a000cc
CMYK Percentages of Color #a000cc
Complementary Color
#a000cc | #2ccc00 |
#a000cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a000cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a000cc Color CSS Codes
.mybgcolor {background-color:#a000cc; } .myforecolor {color:#a000cc; } .mybordercolor {border:3px solid #a000cc; }
#a000cc Text Font Color
<p style="color:#a000cc">Text here</p>
This sample text font color is #a000cc
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.
#a000cc Background Color
<div style="background-color:#a000cc">
Div content here</div>
This div background color is #a000cc
#a000cc Border Color
<div style="border:3px solid #a000cc">
Div here</div>
This div border color is #a000cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,0,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a000cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a000cc; -webkit-box-shadow: 1px 1px 3px 2px #a000cc; box-shadow: 1px 1px 3px 2px #a000cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,0,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 #a000cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a000cc; -webkit-box-shadow: 1px 1px 3px 2px #a000cc; box-shadow: 1px 1px 3px 2px #a000cc;">
Div content here</div>
This div box has shadow with color #a000cc
Comments
No comments written yet.
Please login to write comment.