Color spaces of #a350da
RGB | 163 | 80 | 218 |
---|---|---|---|
HSL | 0.77 | 0.65 | 0.58 |
HSV | 276° | 63° | 85° |
CMYK | 0.25 | 0.63 | 0.00 0.15 |
XYZ | 30.6278 | 18.5858 | 68.3028 |
Yxy | 18.5858 | 0.2606 | 0.1582 |
Hunter Lab | 43.1113 | 51.3682 | -63.7575 |
CIE-Lab | 50.1990 | 57.4501 | -57.0712 |
#a350da color RGB value is (163,80,218).
#a350da hex color red value is 163, green value is 80 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a350da hue: 0.77 , saturation: 0.65 and the lightness value of a350da is 0.58.
The process color (four color CMYK) of #a350da color hex is 0.25, 0.63, 0.00, 0.15. Web safe color of #a350da is #9966cc. Color #a350da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01010000 | 11011010 |
Octal | 243 | 120 | 332 |
Decimal | 163 | 80 | 218 |
Hex | A3 | 50 | DA |
Shades of #a350da
Tints of #a350da
RGB Percentages of Color #a350da
CMYK Percentages of Color #a350da
Complementary Color
#a350da | #87da50 |
#a350da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a350da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a350da Color CSS Codes
.mybgcolor {background-color:#a350da; } .myforecolor {color:#a350da; } .mybordercolor {border:3px solid #a350da; }
#a350da Text Font Color
<p style="color:#a350da">Text here</p>
This sample text font color is #a350da
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.
#a350da Background Color
<div style="background-color:#a350da">
Div content here</div>
This div background color is #a350da
#a350da Border Color
<div style="border:3px solid #a350da">
Div here</div>
This div border color is #a350da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,80,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a350da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a350da; -webkit-box-shadow: 1px 1px 3px 2px #a350da; box-shadow: 1px 1px 3px 2px #a350da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,80,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a350da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a350da; -webkit-box-shadow: 1px 1px 3px 2px #a350da; box-shadow: 1px 1px 3px 2px #a350da;">
Div content here</div>
This div box has shadow with color #a350da
Comments
No comments written yet.
Please login to write comment.