Color spaces of #a800dd
RGB | 168 | 0 | 221 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.43 |
HSV | 286° | 100° | 87° |
CMYK | 0.24 | 1.00 | 0.00 0.13 |
XYZ | 29.1996 | 13.5453 | 69.4821 |
Yxy | 13.5453 | 0.2602 | 0.1207 |
Hunter Lab | 36.8039 | 77.2119 | -86.1707 |
CIE-Lab | 43.5736 | 80.5946 | -69.4740 |
#a800dd color RGB value is (168,0,221).
#a800dd hex color red value is 168, green value is 0 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a800dd hue: 0.79 , saturation: 1.00 and the lightness value of a800dd is 0.43.
The process color (four color CMYK) of #a800dd color hex is 0.24, 1.00, 0.00, 0.13. Web safe color of #a800dd is #9900cc. Color #a800dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00000000 | 11011101 |
Octal | 250 | 0 | 335 |
Decimal | 168 | 0 | 221 |
Hex | A8 | 0 | DD |
Shades of #a800dd
Tints of #a800dd
RGB Percentages of Color #a800dd
CMYK Percentages of Color #a800dd
Complementary Color
#a800dd | #35dd00 |
#a800dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a800dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a800dd Color CSS Codes
.mybgcolor {background-color:#a800dd; } .myforecolor {color:#a800dd; } .mybordercolor {border:3px solid #a800dd; }
#a800dd Text Font Color
<p style="color:#a800dd">Text here</p>
This sample text font color is #a800dd
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.
#a800dd Background Color
<div style="background-color:#a800dd">
Div content here</div>
This div background color is #a800dd
#a800dd Border Color
<div style="border:3px solid #a800dd">
Div here</div>
This div border color is #a800dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,0,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a800dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a800dd; -webkit-box-shadow: 1px 1px 3px 2px #a800dd; box-shadow: 1px 1px 3px 2px #a800dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,0,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 #a800dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a800dd; -webkit-box-shadow: 1px 1px 3px 2px #a800dd; box-shadow: 1px 1px 3px 2px #a800dd;">
Div content here</div>
This div box has shadow with color #a800dd
Comments
No comments written yet.
Please login to write comment.