Color spaces of #a52bdd
RGB | 165 | 43 | 221 |
---|---|---|---|
HSL | 0.78 | 0.72 | 0.52 |
HSV | 281° | 81° | 87° |
CMYK | 0.25 | 0.81 | 0.00 0.13 |
XYZ | 29.4321 | 14.9475 | 69.7405 |
Yxy | 14.9475 | 0.2579 | 0.1310 |
Hunter Lab | 38.6620 | 68.2277 | -79.8870 |
CIE-Lab | 45.5622 | 72.9163 | -66.2587 |
#a52bdd color RGB value is (165,43,221).
#a52bdd hex color red value is 165, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a52bdd hue: 0.78 , saturation: 0.72 and the lightness value of a52bdd is 0.52.
The process color (four color CMYK) of #a52bdd color hex is 0.25, 0.81, 0.00, 0.13. Web safe color of #a52bdd is #9933cc. Color #a52bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00101011 | 11011101 |
Octal | 245 | 53 | 335 |
Decimal | 165 | 43 | 221 |
Hex | A5 | 2B | DD |
Shades of #a52bdd
Tints of #a52bdd
RGB Percentages of Color #a52bdd
CMYK Percentages of Color #a52bdd
Complementary Color
#a52bdd | #63dd2b |
#a52bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a52bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a52bdd Color CSS Codes
.mybgcolor {background-color:#a52bdd; } .myforecolor {color:#a52bdd; } .mybordercolor {border:3px solid #a52bdd; }
#a52bdd Text Font Color
<p style="color:#a52bdd">Text here</p>
This sample text font color is #a52bdd
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.
#a52bdd Background Color
<div style="background-color:#a52bdd">
Div content here</div>
This div background color is #a52bdd
#a52bdd Border Color
<div style="border:3px solid #a52bdd">
Div here</div>
This div border color is #a52bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,43,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a52bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a52bdd; -webkit-box-shadow: 1px 1px 3px 2px #a52bdd; box-shadow: 1px 1px 3px 2px #a52bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,43,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 #a52bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a52bdd; -webkit-box-shadow: 1px 1px 3px 2px #a52bdd; box-shadow: 1px 1px 3px 2px #a52bdd;">
Div content here</div>
This div box has shadow with color #a52bdd
Comments
No comments written yet.
Please login to write comment.