Color spaces of #a829da
RGB | 168 | 41 | 218 |
---|---|---|---|
HSL | 0.79 | 0.71 | 0.51 |
HSV | 283° | 81° | 85° |
CMYK | 0.23 | 0.81 | 0.00 0.15 |
XYZ | 29.5963 | 14.9727 | 67.6598 |
Yxy | 14.9727 | 0.2637 | 0.1334 |
Hunter Lab | 38.6946 | 68.8137 | -76.5859 |
CIE-Lab | 45.5968 | 73.3951 | -64.4672 |
#a829da color RGB value is (168,41,218).
#a829da hex color red value is 168, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a829da hue: 0.79 , saturation: 0.71 and the lightness value of a829da is 0.51.
The process color (four color CMYK) of #a829da color hex is 0.23, 0.81, 0.00, 0.15. Web safe color of #a829da is #9933cc. Color #a829da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00101001 | 11011010 |
Octal | 250 | 51 | 332 |
Decimal | 168 | 41 | 218 |
Hex | A8 | 29 | DA |
Shades of #a829da
Tints of #a829da
RGB Percentages of Color #a829da
CMYK Percentages of Color #a829da
Complementary Color
#a829da | #5bda29 |
#a829da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a829da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a829da Color CSS Codes
.mybgcolor {background-color:#a829da; } .myforecolor {color:#a829da; } .mybordercolor {border:3px solid #a829da; }
#a829da Text Font Color
<p style="color:#a829da">Text here</p>
This sample text font color is #a829da
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.
#a829da Background Color
<div style="background-color:#a829da">
Div content here</div>
This div background color is #a829da
#a829da Border Color
<div style="border:3px solid #a829da">
Div here</div>
This div border color is #a829da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,41,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a829da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a829da; -webkit-box-shadow: 1px 1px 3px 2px #a829da; box-shadow: 1px 1px 3px 2px #a829da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,41,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a829da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a829da; -webkit-box-shadow: 1px 1px 3px 2px #a829da; box-shadow: 1px 1px 3px 2px #a829da;">
Div content here</div>
This div box has shadow with color #a829da
Comments
No comments written yet.
Please login to write comment.