Color spaces of #a36cff
RGB | 163 | 108 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.71 |
HSV | 262° | 58° | 100° |
CMYK | 0.36 | 0.58 | 0.00 0.00 |
XYZ | 38.5168 | 25.7317 | 97.5444 |
Yxy | 25.7317 | 0.2381 | 0.1590 |
Hunter Lab | 50.7264 | 46.7646 | -78.5032 |
CIE-Lab | 57.7815 | 51.9810 | -65.5922 |
#a36cff color RGB value is (163,108,255).
#a36cff hex color red value is 163, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a36cff hue: 0.73 , saturation: 1.00 and the lightness value of a36cff is 0.71.
The process color (four color CMYK) of #a36cff color hex is 0.36, 0.58, 0.00, 0.00. Web safe color of #a36cff is #9966ff. Color #a36cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01101100 | 11111111 |
Octal | 243 | 154 | 377 |
Decimal | 163 | 108 | 255 |
Hex | A3 | 6C | FF |
Shades of #a36cff
Tints of #a36cff
RGB Percentages of Color #a36cff
CMYK Percentages of Color #a36cff
Complementary Color
#a36cff | #c8ff6c |
#a36cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a36cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a36cff Color CSS Codes
.mybgcolor {background-color:#a36cff; } .myforecolor {color:#a36cff; } .mybordercolor {border:3px solid #a36cff; }
#a36cff Text Font Color
<p style="color:#a36cff">Text here</p>
This sample text font color is #a36cff
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.
#a36cff Background Color
<div style="background-color:#a36cff">
Div content here</div>
This div background color is #a36cff
#a36cff Border Color
<div style="border:3px solid #a36cff">
Div here</div>
This div border color is #a36cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,108,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a36cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a36cff; -webkit-box-shadow: 1px 1px 3px 2px #a36cff; box-shadow: 1px 1px 3px 2px #a36cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,108,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a36cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a36cff; -webkit-box-shadow: 1px 1px 3px 2px #a36cff; box-shadow: 1px 1px 3px 2px #a36cff;">
Div content here</div>
This div box has shadow with color #a36cff
Comments
No comments written yet.
Please login to write comment.