Color spaces of #a36bfa
RGB | 163 | 107 | 250 |
---|---|---|---|
HSL | 0.73 | 0.93 | 0.70 |
HSV | 263° | 57° | 98° |
CMYK | 0.35 | 0.57 | 0.00 0.02 |
XYZ | 37.6173 | 25.2040 | 93.3247 |
Yxy | 25.2040 | 0.2409 | 0.1614 |
Hunter Lab | 50.2036 | 45.8929 | -75.0732 |
CIE-Lab | 57.2736 | 51.2670 | -63.6465 |
#a36bfa color RGB value is (163,107,250).
#a36bfa hex color red value is 163, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a36bfa hue: 0.73 , saturation: 0.93 and the lightness value of a36bfa is 0.70.
The process color (four color CMYK) of #a36bfa color hex is 0.35, 0.57, 0.00, 0.02. Web safe color of #a36bfa is #9966ff. Color #a36bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01101011 | 11111010 |
Octal | 243 | 153 | 372 |
Decimal | 163 | 107 | 250 |
Hex | A3 | 6B | FA |
Shades of #a36bfa
Tints of #a36bfa
RGB Percentages of Color #a36bfa
CMYK Percentages of Color #a36bfa
Complementary Color
#a36bfa | #c2fa6b |
#a36bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a36bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a36bfa Color CSS Codes
.mybgcolor {background-color:#a36bfa; } .myforecolor {color:#a36bfa; } .mybordercolor {border:3px solid #a36bfa; }
#a36bfa Text Font Color
<p style="color:#a36bfa">Text here</p>
This sample text font color is #a36bfa
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.
#a36bfa Background Color
<div style="background-color:#a36bfa">
Div content here</div>
This div background color is #a36bfa
#a36bfa Border Color
<div style="border:3px solid #a36bfa">
Div here</div>
This div border color is #a36bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,107,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a36bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a36bfa; -webkit-box-shadow: 1px 1px 3px 2px #a36bfa; box-shadow: 1px 1px 3px 2px #a36bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,107,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a36bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a36bfa; -webkit-box-shadow: 1px 1px 3px 2px #a36bfa; box-shadow: 1px 1px 3px 2px #a36bfa;">
Div content here</div>
This div box has shadow with color #a36bfa
Comments
No comments written yet.
Please login to write comment.