Color spaces of #ad29bc
RGB | 173 | 41 | 188 |
---|---|---|---|
HSL | 0.82 | 0.64 | 0.45 |
HSV | 294° | 78° | 74° |
CMYK | 0.08 | 0.78 | 0.00 0.26 |
XYZ | 27.1036 | 14.1010 | 48.8702 |
Yxy | 14.1010 | 0.3009 | 0.1565 |
Hunter Lab | 37.5513 | 63.1221 | -50.8756 |
CIE-Lab | 44.3774 | 68.8562 | -49.0302 |
#ad29bc color RGB value is (173,41,188).
#ad29bc hex color red value is 173, green value is 41 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad29bc hue: 0.82 , saturation: 0.64 and the lightness value of ad29bc is 0.45.
The process color (four color CMYK) of #ad29bc color hex is 0.08, 0.78, 0.00, 0.26. Web safe color of #ad29bc is #9933cc. Color #ad29bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00101001 | 10111100 |
Octal | 255 | 51 | 274 |
Decimal | 173 | 41 | 188 |
Hex | AD | 29 | BC |
Shades of #ad29bc
Tints of #ad29bc
RGB Percentages of Color #ad29bc
CMYK Percentages of Color #ad29bc
Complementary Color
#ad29bc | #38bc29 |
#ad29bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad29bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad29bc Color CSS Codes
.mybgcolor {background-color:#ad29bc; } .myforecolor {color:#ad29bc; } .mybordercolor {border:3px solid #ad29bc; }
#ad29bc Text Font Color
<p style="color:#ad29bc">Text here</p>
This sample text font color is #ad29bc
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.
#ad29bc Background Color
<div style="background-color:#ad29bc">
Div content here</div>
This div background color is #ad29bc
#ad29bc Border Color
<div style="border:3px solid #ad29bc">
Div here</div>
This div border color is #ad29bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,41,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad29bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad29bc; -webkit-box-shadow: 1px 1px 3px 2px #ad29bc; box-shadow: 1px 1px 3px 2px #ad29bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,41,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad29bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad29bc; -webkit-box-shadow: 1px 1px 3px 2px #ad29bc; box-shadow: 1px 1px 3px 2px #ad29bc;">
Div content here</div>
This div box has shadow with color #ad29bc
Comments
No comments written yet.
Please login to write comment.