Color spaces of #a312ac
RGB | 163 | 18 | 172 |
---|---|---|---|
HSL | 0.82 | 0.81 | 0.37 |
HSV | 296° | 90° | 67° |
CMYK | 0.05 | 0.90 | 0.00 0.33 |
XYZ | 22.7670 | 11.1977 | 39.9911 |
Yxy | 11.1977 | 0.3078 | 0.1514 |
Hunter Lab | 33.4630 | 62.8848 | -47.4325 |
CIE-Lab | 39.9115 | 69.5243 | -46.8300 |
#a312ac color RGB value is (163,18,172).
#a312ac hex color red value is 163, green value is 18 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a312ac hue: 0.82 , saturation: 0.81 and the lightness value of a312ac is 0.37.
The process color (four color CMYK) of #a312ac color hex is 0.05, 0.90, 0.00, 0.33. Web safe color of #a312ac is #990099. Color #a312ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00010010 | 10101100 |
Octal | 243 | 22 | 254 |
Decimal | 163 | 18 | 172 |
Hex | A3 | 12 | AC |
Shades of #a312ac
Tints of #a312ac
RGB Percentages of Color #a312ac
CMYK Percentages of Color #a312ac
Complementary Color
#a312ac | #1bac12 |
#a312ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a312ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a312ac Color CSS Codes
.mybgcolor {background-color:#a312ac; } .myforecolor {color:#a312ac; } .mybordercolor {border:3px solid #a312ac; }
#a312ac Text Font Color
<p style="color:#a312ac">Text here</p>
This sample text font color is #a312ac
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.
#a312ac Background Color
<div style="background-color:#a312ac">
Div content here</div>
This div background color is #a312ac
#a312ac Border Color
<div style="border:3px solid #a312ac">
Div here</div>
This div border color is #a312ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,18,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a312ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a312ac; -webkit-box-shadow: 1px 1px 3px 2px #a312ac; box-shadow: 1px 1px 3px 2px #a312ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,18,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a312ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a312ac; -webkit-box-shadow: 1px 1px 3px 2px #a312ac; box-shadow: 1px 1px 3px 2px #a312ac;">
Div content here</div>
This div box has shadow with color #a312ac
Comments
No comments written yet.
Please login to write comment.