Color spaces of #a853da
RGB | 168 | 83 | 218 |
---|---|---|---|
HSL | 0.77 | 0.65 | 0.59 |
HSV | 278° | 62° | 85° |
CMYK | 0.23 | 0.62 | 0.00 0.15 |
XYZ | 31.8966 | 19.5733 | 68.4266 |
Yxy | 19.5733 | 0.2660 | 0.1633 |
Hunter Lab | 44.2417 | 51.2687 | -60.7319 |
CIE-Lab | 51.3513 | 57.1531 | -55.1879 |
#a853da color RGB value is (168,83,218).
#a853da hex color red value is 168, green value is 83 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a853da hue: 0.77 , saturation: 0.65 and the lightness value of a853da is 0.59.
The process color (four color CMYK) of #a853da color hex is 0.23, 0.62, 0.00, 0.15. Web safe color of #a853da is #9966cc. Color #a853da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01010011 | 11011010 |
Octal | 250 | 123 | 332 |
Decimal | 168 | 83 | 218 |
Hex | A8 | 53 | DA |
Shades of #a853da
Tints of #a853da
RGB Percentages of Color #a853da
CMYK Percentages of Color #a853da
Complementary Color
#a853da | #85da53 |
#a853da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a853da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a853da Color CSS Codes
.mybgcolor {background-color:#a853da; } .myforecolor {color:#a853da; } .mybordercolor {border:3px solid #a853da; }
#a853da Text Font Color
<p style="color:#a853da">Text here</p>
This sample text font color is #a853da
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.
#a853da Background Color
<div style="background-color:#a853da">
Div content here</div>
This div background color is #a853da
#a853da Border Color
<div style="border:3px solid #a853da">
Div here</div>
This div border color is #a853da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,83,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a853da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a853da; -webkit-box-shadow: 1px 1px 3px 2px #a853da; box-shadow: 1px 1px 3px 2px #a853da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,83,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 #a853da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a853da; -webkit-box-shadow: 1px 1px 3px 2px #a853da; box-shadow: 1px 1px 3px 2px #a853da;">
Div content here</div>
This div box has shadow with color #a853da
Comments
No comments written yet.
Please login to write comment.