Color spaces of #a353ff
RGB | 163 | 83 | 255 |
---|---|---|---|
HSL | 0.74 | 1.00 | 0.66 |
HSV | 268° | 67° | 100° |
CMYK | 0.36 | 0.67 | 0.00 0.00 |
XYZ | 36.2475 | 21.1930 | 96.7880 |
Yxy | 21.1930 | 0.2350 | 0.1374 |
Hunter Lab | 46.0359 | 59.9838 | -92.4291 |
CIE-Lab | 53.1601 | 64.4868 | -73.0605 |
#a353ff color RGB value is (163,83,255).
#a353ff hex color red value is 163, green value is 83 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a353ff hue: 0.74 , saturation: 1.00 and the lightness value of a353ff is 0.66.
The process color (four color CMYK) of #a353ff color hex is 0.36, 0.67, 0.00, 0.00. Web safe color of #a353ff is #9966ff. Color #a353ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01010011 | 11111111 |
Octal | 243 | 123 | 377 |
Decimal | 163 | 83 | 255 |
Hex | A3 | 53 | FF |
Shades of #a353ff
Tints of #a353ff
RGB Percentages of Color #a353ff
CMYK Percentages of Color #a353ff
Complementary Color
#a353ff | #afff53 |
#a353ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a353ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a353ff Color CSS Codes
.mybgcolor {background-color:#a353ff; } .myforecolor {color:#a353ff; } .mybordercolor {border:3px solid #a353ff; }
#a353ff Text Font Color
<p style="color:#a353ff">Text here</p>
This sample text font color is #a353ff
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.
#a353ff Background Color
<div style="background-color:#a353ff">
Div content here</div>
This div background color is #a353ff
#a353ff Border Color
<div style="border:3px solid #a353ff">
Div here</div>
This div border color is #a353ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,83,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a353ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a353ff; -webkit-box-shadow: 1px 1px 3px 2px #a353ff; box-shadow: 1px 1px 3px 2px #a353ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,83,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 #a353ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a353ff; -webkit-box-shadow: 1px 1px 3px 2px #a353ff; box-shadow: 1px 1px 3px 2px #a353ff;">
Div content here</div>
This div box has shadow with color #a353ff
Comments
No comments written yet.
Please login to write comment.