Color spaces of #a312df
RGB | 163 | 18 | 223 |
---|---|---|---|
HSL | 0.78 | 0.85 | 0.47 |
HSV | 282° | 92° | 87° |
CMYK | 0.27 | 0.92 | 0.00 0.13 |
XYZ | 28.6398 | 13.5469 | 70.9174 |
Yxy | 13.5469 | 0.2532 | 0.1198 |
Hunter Lab | 36.8061 | 74.4848 | -88.4747 |
CIE-Lab | 43.5760 | 78.4145 | -70.6476 |
#a312df color RGB value is (163,18,223).
#a312df hex color red value is 163, green value is 18 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a312df hue: 0.78 , saturation: 0.85 and the lightness value of a312df is 0.47.
The process color (four color CMYK) of #a312df color hex is 0.27, 0.92, 0.00, 0.13. Web safe color of #a312df is #9900cc. Color #a312df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00010010 | 11011111 |
Octal | 243 | 22 | 337 |
Decimal | 163 | 18 | 223 |
Hex | A3 | 12 | DF |
Shades of #a312df
Tints of #a312df
RGB Percentages of Color #a312df
CMYK Percentages of Color #a312df
Complementary Color
#a312df | #4edf12 |
#a312df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a312df Color Preview on White Background
Lorem ipsum dolor sit amet.
#a312df Color CSS Codes
.mybgcolor {background-color:#a312df; } .myforecolor {color:#a312df; } .mybordercolor {border:3px solid #a312df; }
#a312df Text Font Color
<p style="color:#a312df">Text here</p>
This sample text font color is #a312df
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.
#a312df Background Color
<div style="background-color:#a312df">
Div content here</div>
This div background color is #a312df
#a312df Border Color
<div style="border:3px solid #a312df">
Div here</div>
This div border color is #a312df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,18,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a312df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a312df; -webkit-box-shadow: 1px 1px 3px 2px #a312df; box-shadow: 1px 1px 3px 2px #a312df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,18,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a312df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a312df; -webkit-box-shadow: 1px 1px 3px 2px #a312df; box-shadow: 1px 1px 3px 2px #a312df;">
Div content here</div>
This div box has shadow with color #a312df
Comments
No comments written yet.
Please login to write comment.