Color spaces of #a18add
RGB | 161 | 138 | 221 |
---|---|---|---|
HSL | 0.71 | 0.55 | 0.70 |
HSV | 257° | 38° | 87° |
CMYK | 0.27 | 0.38 | 0.00 0.13 |
XYZ | 36.8376 | 30.9745 | 72.4437 |
Yxy | 30.9745 | 0.2626 | 0.2208 |
Hunter Lab | 55.6547 | 20.7525 | -38.2173 |
CIE-Lab | 62.4861 | 26.2455 | -39.2788 |
#a18add color RGB value is (161,138,221).
#a18add hex color red value is 161, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a18add hue: 0.71 , saturation: 0.55 and the lightness value of a18add is 0.70.
The process color (four color CMYK) of #a18add color hex is 0.27, 0.38, 0.00, 0.13. Web safe color of #a18add is #9999cc. Color #a18add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10001010 | 11011101 |
Octal | 241 | 212 | 335 |
Decimal | 161 | 138 | 221 |
Hex | A1 | 8A | DD |
Shades of #a18add
Tints of #a18add
RGB Percentages of Color #a18add
CMYK Percentages of Color #a18add
Complementary Color
#a18add | #c6dd8a |
#a18add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a18add Color Preview on White Background
Lorem ipsum dolor sit amet.
#a18add Color CSS Codes
.mybgcolor {background-color:#a18add; } .myforecolor {color:#a18add; } .mybordercolor {border:3px solid #a18add; }
#a18add Text Font Color
<p style="color:#a18add">Text here</p>
This sample text font color is #a18add
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.
#a18add Background Color
<div style="background-color:#a18add">
Div content here</div>
This div background color is #a18add
#a18add Border Color
<div style="border:3px solid #a18add">
Div here</div>
This div border color is #a18add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,138,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a18add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a18add; -webkit-box-shadow: 1px 1px 3px 2px #a18add; box-shadow: 1px 1px 3px 2px #a18add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,138,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 #a18add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a18add; -webkit-box-shadow: 1px 1px 3px 2px #a18add; box-shadow: 1px 1px 3px 2px #a18add;">
Div content here</div>
This div box has shadow with color #a18add
Comments
No comments written yet.
Please login to write comment.