Color spaces of #a320cc
RGB | 163 | 32 | 204 |
---|---|---|---|
HSL | 0.79 | 0.73 | 0.46 |
HSV | 286° | 84° | 80° |
CMYK | 0.20 | 0.84 | 0.00 0.20 |
XYZ | 26.5199 | 13.1792 | 58.2728 |
Yxy | 13.1792 | 0.2707 | 0.1345 |
Hunter Lab | 36.3032 | 66.8658 | -69.7584 |
CIE-Lab | 43.0320 | 72.2757 | -60.6004 |
#a320cc color RGB value is (163,32,204).
#a320cc hex color red value is 163, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a320cc hue: 0.79 , saturation: 0.73 and the lightness value of a320cc is 0.46.
The process color (four color CMYK) of #a320cc color hex is 0.20, 0.84, 0.00, 0.20. Web safe color of #a320cc is #9933cc. Color #a320cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00100000 | 11001100 |
Octal | 243 | 40 | 314 |
Decimal | 163 | 32 | 204 |
Hex | A3 | 20 | CC |
Shades of #a320cc
Tints of #a320cc
RGB Percentages of Color #a320cc
CMYK Percentages of Color #a320cc
Complementary Color
#a320cc | #49cc20 |
#a320cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a320cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a320cc Color CSS Codes
.mybgcolor {background-color:#a320cc; } .myforecolor {color:#a320cc; } .mybordercolor {border:3px solid #a320cc; }
#a320cc Text Font Color
<p style="color:#a320cc">Text here</p>
This sample text font color is #a320cc
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.
#a320cc Background Color
<div style="background-color:#a320cc">
Div content here</div>
This div background color is #a320cc
#a320cc Border Color
<div style="border:3px solid #a320cc">
Div here</div>
This div border color is #a320cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,32,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a320cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a320cc; -webkit-box-shadow: 1px 1px 3px 2px #a320cc; box-shadow: 1px 1px 3px 2px #a320cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,32,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 #a320cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a320cc; -webkit-box-shadow: 1px 1px 3px 2px #a320cc; box-shadow: 1px 1px 3px 2px #a320cc;">
Div content here</div>
This div box has shadow with color #a320cc
Comments
No comments written yet.
Please login to write comment.