Color spaces of #a21cdd
RGB | 162 | 28 | 221 |
---|---|---|---|
HSL | 0.78 | 0.78 | 0.49 |
HSV | 282° | 87° | 87° |
CMYK | 0.27 | 0.87 | 0.00 0.13 |
XYZ | 28.3667 | 13.7323 | 69.5621 |
Yxy | 13.7323 | 0.2540 | 0.1230 |
Hunter Lab | 37.0571 | 71.7893 | -85.3568 |
CIE-Lab | 43.8465 | 76.1795 | -69.0696 |
#a21cdd color RGB value is (162,28,221).
#a21cdd hex color red value is 162, green value is 28 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a21cdd hue: 0.78 , saturation: 0.78 and the lightness value of a21cdd is 0.49.
The process color (four color CMYK) of #a21cdd color hex is 0.27, 0.87, 0.00, 0.13. Web safe color of #a21cdd is #9933cc. Color #a21cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00011100 | 11011101 |
Octal | 242 | 34 | 335 |
Decimal | 162 | 28 | 221 |
Hex | A2 | 1C | DD |
Shades of #a21cdd
Tints of #a21cdd
RGB Percentages of Color #a21cdd
CMYK Percentages of Color #a21cdd
Complementary Color
#a21cdd | #57dd1c |
#a21cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a21cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a21cdd Color CSS Codes
.mybgcolor {background-color:#a21cdd; } .myforecolor {color:#a21cdd; } .mybordercolor {border:3px solid #a21cdd; }
#a21cdd Text Font Color
<p style="color:#a21cdd">Text here</p>
This sample text font color is #a21cdd
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.
#a21cdd Background Color
<div style="background-color:#a21cdd">
Div content here</div>
This div background color is #a21cdd
#a21cdd Border Color
<div style="border:3px solid #a21cdd">
Div here</div>
This div border color is #a21cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,28,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a21cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a21cdd; -webkit-box-shadow: 1px 1px 3px 2px #a21cdd; box-shadow: 1px 1px 3px 2px #a21cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,28,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 #a21cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a21cdd; -webkit-box-shadow: 1px 1px 3px 2px #a21cdd; box-shadow: 1px 1px 3px 2px #a21cdd;">
Div content here</div>
This div box has shadow with color #a21cdd
Comments
No comments written yet.
Please login to write comment.