Color spaces of #a812dd
RGB | 168 | 18 | 221 |
---|---|---|---|
HSL | 0.79 | 0.85 | 0.47 |
HSV | 284° | 92° | 87° |
CMYK | 0.24 | 0.92 | 0.00 0.13 |
XYZ | 29.4159 | 13.9779 | 69.5542 |
Yxy | 13.9779 | 0.2604 | 0.1238 |
Hunter Lab | 37.3870 | 75.0155 | -84.1312 |
CIE-Lab | 44.2012 | 78.7205 | -68.4516 |
#a812dd color RGB value is (168,18,221).
#a812dd hex color red value is 168, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a812dd hue: 0.79 , saturation: 0.85 and the lightness value of a812dd is 0.47.
The process color (four color CMYK) of #a812dd color hex is 0.24, 0.92, 0.00, 0.13. Web safe color of #a812dd is #9900cc. Color #a812dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00010010 | 11011101 |
Octal | 250 | 22 | 335 |
Decimal | 168 | 18 | 221 |
Hex | A8 | 12 | DD |
Shades of #a812dd
Tints of #a812dd
RGB Percentages of Color #a812dd
CMYK Percentages of Color #a812dd
Complementary Color
#a812dd | #47dd12 |
#a812dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a812dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a812dd Color CSS Codes
.mybgcolor {background-color:#a812dd; } .myforecolor {color:#a812dd; } .mybordercolor {border:3px solid #a812dd; }
#a812dd Text Font Color
<p style="color:#a812dd">Text here</p>
This sample text font color is #a812dd
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.
#a812dd Background Color
<div style="background-color:#a812dd">
Div content here</div>
This div background color is #a812dd
#a812dd Border Color
<div style="border:3px solid #a812dd">
Div here</div>
This div border color is #a812dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,18,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a812dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a812dd; -webkit-box-shadow: 1px 1px 3px 2px #a812dd; box-shadow: 1px 1px 3px 2px #a812dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,18,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 #a812dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a812dd; -webkit-box-shadow: 1px 1px 3px 2px #a812dd; box-shadow: 1px 1px 3px 2px #a812dd;">
Div content here</div>
This div box has shadow with color #a812dd
Comments
No comments written yet.
Please login to write comment.