Color spaces of #a392ff
RGB | 163 | 146 | 255 |
---|---|---|---|
HSL | 0.69 | 1.00 | 0.79 |
HSV | 249° | 43° | 100° |
CMYK | 0.36 | 0.43 | 0.00 0.00 |
XYZ | 43.4331 | 35.5643 | 99.1832 |
Yxy | 35.5643 | 0.2438 | 0.1996 |
Hunter Lab | 59.6358 | 25.6399 | -56.8630 |
CIE-Lab | 66.1857 | 30.8727 | -52.1760 |
#a392ff color RGB value is (163,146,255).
#a392ff hex color red value is 163, green value is 146 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a392ff hue: 0.69 , saturation: 1.00 and the lightness value of a392ff is 0.79.
The process color (four color CMYK) of #a392ff color hex is 0.36, 0.43, 0.00, 0.00. Web safe color of #a392ff is #9999ff. Color #a392ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10010010 | 11111111 |
Octal | 243 | 222 | 377 |
Decimal | 163 | 146 | 255 |
Hex | A3 | 92 | FF |
Shades of #a392ff
Tints of #a392ff
RGB Percentages of Color #a392ff
CMYK Percentages of Color #a392ff
Complementary Color
#a392ff | #eeff92 |
#a392ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a392ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a392ff Color CSS Codes
.mybgcolor {background-color:#a392ff; } .myforecolor {color:#a392ff; } .mybordercolor {border:3px solid #a392ff; }
#a392ff Text Font Color
<p style="color:#a392ff">Text here</p>
This sample text font color is #a392ff
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.
#a392ff Background Color
<div style="background-color:#a392ff">
Div content here</div>
This div background color is #a392ff
#a392ff Border Color
<div style="border:3px solid #a392ff">
Div here</div>
This div border color is #a392ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,146,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a392ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a392ff; -webkit-box-shadow: 1px 1px 3px 2px #a392ff; box-shadow: 1px 1px 3px 2px #a392ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,146,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 #a392ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a392ff; -webkit-box-shadow: 1px 1px 3px 2px #a392ff; box-shadow: 1px 1px 3px 2px #a392ff;">
Div content here</div>
This div box has shadow with color #a392ff
Comments
No comments written yet.
Please login to write comment.