Color spaces of #a35bdd
RGB | 163 | 91 | 221 |
---|---|---|---|
HSL | 0.76 | 0.66 | 0.61 |
HSV | 273° | 59° | 87° |
CMYK | 0.26 | 0.59 | 0.00 0.13 |
XYZ | 31.8965 | 20.4892 | 70.6803 |
Yxy | 20.4892 | 0.2592 | 0.1665 |
Hunter Lab | 45.2650 | 46.5683 | -60.8945 |
CIE-Lab | 52.3859 | 52.6934 | -55.2647 |
#a35bdd color RGB value is (163,91,221).
#a35bdd hex color red value is 163, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a35bdd hue: 0.76 , saturation: 0.66 and the lightness value of a35bdd is 0.61.
The process color (four color CMYK) of #a35bdd color hex is 0.26, 0.59, 0.00, 0.13. Web safe color of #a35bdd is #9966cc. Color #a35bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01011011 | 11011101 |
Octal | 243 | 133 | 335 |
Decimal | 163 | 91 | 221 |
Hex | A3 | 5B | DD |
Shades of #a35bdd
Tints of #a35bdd
RGB Percentages of Color #a35bdd
CMYK Percentages of Color #a35bdd
Complementary Color
#a35bdd | #95dd5b |
#a35bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a35bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a35bdd Color CSS Codes
.mybgcolor {background-color:#a35bdd; } .myforecolor {color:#a35bdd; } .mybordercolor {border:3px solid #a35bdd; }
#a35bdd Text Font Color
<p style="color:#a35bdd">Text here</p>
This sample text font color is #a35bdd
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.
#a35bdd Background Color
<div style="background-color:#a35bdd">
Div content here</div>
This div background color is #a35bdd
#a35bdd Border Color
<div style="border:3px solid #a35bdd">
Div here</div>
This div border color is #a35bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,91,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a35bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a35bdd; -webkit-box-shadow: 1px 1px 3px 2px #a35bdd; box-shadow: 1px 1px 3px 2px #a35bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,91,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a35bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a35bdd; -webkit-box-shadow: 1px 1px 3px 2px #a35bdd; box-shadow: 1px 1px 3px 2px #a35bdd;">
Div content here</div>
This div box has shadow with color #a35bdd
Comments
No comments written yet.
Please login to write comment.