Color spaces of #a27ada
RGB | 162 | 122 | 218 |
---|---|---|---|
HSL | 0.74 | 0.56 | 0.67 |
HSV | 265° | 44° | 85° |
CMYK | 0.26 | 0.44 | 0.00 0.15 |
XYZ | 34.5147 | 26.6624 | 69.6569 |
Yxy | 26.6624 | 0.2638 | 0.2038 |
Hunter Lab | 51.6356 | 28.9520 | -43.8377 |
CIE-Lab | 58.6605 | 34.9055 | -43.6065 |
#a27ada color RGB value is (162,122,218).
#a27ada hex color red value is 162, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a27ada hue: 0.74 , saturation: 0.56 and the lightness value of a27ada is 0.67.
The process color (four color CMYK) of #a27ada color hex is 0.26, 0.44, 0.00, 0.15. Web safe color of #a27ada is #9966cc. Color #a27ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01111010 | 11011010 |
Octal | 242 | 172 | 332 |
Decimal | 162 | 122 | 218 |
Hex | A2 | 7A | DA |
Shades of #a27ada
Tints of #a27ada
RGB Percentages of Color #a27ada
CMYK Percentages of Color #a27ada
Complementary Color
#a27ada | #b2da7a |
#a27ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a27ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#a27ada Color CSS Codes
.mybgcolor {background-color:#a27ada; } .myforecolor {color:#a27ada; } .mybordercolor {border:3px solid #a27ada; }
#a27ada Text Font Color
<p style="color:#a27ada">Text here</p>
This sample text font color is #a27ada
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.
#a27ada Background Color
<div style="background-color:#a27ada">
Div content here</div>
This div background color is #a27ada
#a27ada Border Color
<div style="border:3px solid #a27ada">
Div here</div>
This div border color is #a27ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,122,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a27ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a27ada; -webkit-box-shadow: 1px 1px 3px 2px #a27ada; box-shadow: 1px 1px 3px 2px #a27ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,122,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 #a27ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a27ada; -webkit-box-shadow: 1px 1px 3px 2px #a27ada; box-shadow: 1px 1px 3px 2px #a27ada;">
Div content here</div>
This div box has shadow with color #a27ada
Comments
No comments written yet.
Please login to write comment.