Color spaces of #a858ad
RGB | 168 | 88 | 173 |
---|---|---|---|
HSL | 0.82 | 0.34 | 0.51 |
HSV | 296° | 49° | 68° |
CMYK | 0.03 | 0.49 | 0.00 0.32 |
XYZ | 27.1810 | 18.3214 | 41.6390 |
Yxy | 18.3214 | 0.3119 | 0.2102 |
Hunter Lab | 42.8035 | 38.4446 | -27.7145 |
CIE-Lab | 49.8836 | 45.4356 | -31.5775 |
#a858ad color RGB value is (168,88,173).
#a858ad hex color red value is 168, green value is 88 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a858ad hue: 0.82 , saturation: 0.34 and the lightness value of a858ad is 0.51.
The process color (four color CMYK) of #a858ad color hex is 0.03, 0.49, 0.00, 0.32. Web safe color of #a858ad is #996699. Color #a858ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01011000 | 10101101 |
Octal | 250 | 130 | 255 |
Decimal | 168 | 88 | 173 |
Hex | A8 | 58 | AD |
Shades of #a858ad
Tints of #a858ad
RGB Percentages of Color #a858ad
CMYK Percentages of Color #a858ad
Complementary Color
#a858ad | #5dad58 |
#a858ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a858ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a858ad Color CSS Codes
.mybgcolor {background-color:#a858ad; } .myforecolor {color:#a858ad; } .mybordercolor {border:3px solid #a858ad; }
#a858ad Text Font Color
<p style="color:#a858ad">Text here</p>
This sample text font color is #a858ad
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.
#a858ad Background Color
<div style="background-color:#a858ad">
Div content here</div>
This div background color is #a858ad
#a858ad Border Color
<div style="border:3px solid #a858ad">
Div here</div>
This div border color is #a858ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,88,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a858ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a858ad; -webkit-box-shadow: 1px 1px 3px 2px #a858ad; box-shadow: 1px 1px 3px 2px #a858ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,88,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a858ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a858ad; -webkit-box-shadow: 1px 1px 3px 2px #a858ad; box-shadow: 1px 1px 3px 2px #a858ad;">
Div content here</div>
This div box has shadow with color #a858ad
Comments
No comments written yet.
Please login to write comment.