Color spaces of #a68cad
RGB | 166 | 140 | 173 |
---|---|---|---|
HSL | 0.80 | 0.17 | 0.61 |
HSV | 287° | 19° | 68° |
CMYK | 0.04 | 0.19 | 0.00 0.32 |
XYZ | 32.6468 | 29.8803 | 43.5820 |
Yxy | 29.8803 | 0.3077 | 0.2816 |
Hunter Lab | 54.6629 | 10.9471 | -9.0071 |
CIE-Lab | 61.5508 | 15.8927 | -13.6855 |
#a68cad color RGB value is (166,140,173).
#a68cad hex color red value is 166, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a68cad hue: 0.80 , saturation: 0.17 and the lightness value of a68cad is 0.61.
The process color (four color CMYK) of #a68cad color hex is 0.04, 0.19, 0.00, 0.32. Web safe color of #a68cad is #999999. Color #a68cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10001100 | 10101101 |
Octal | 246 | 214 | 255 |
Decimal | 166 | 140 | 173 |
Hex | A6 | 8C | AD |
Shades of #a68cad
Tints of #a68cad
RGB Percentages of Color #a68cad
CMYK Percentages of Color #a68cad
Complementary Color
#a68cad | #93ad8c |
#a68cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a68cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a68cad Color CSS Codes
.mybgcolor {background-color:#a68cad; } .myforecolor {color:#a68cad; } .mybordercolor {border:3px solid #a68cad; }
#a68cad Text Font Color
<p style="color:#a68cad">Text here</p>
This sample text font color is #a68cad
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.
#a68cad Background Color
<div style="background-color:#a68cad">
Div content here</div>
This div background color is #a68cad
#a68cad Border Color
<div style="border:3px solid #a68cad">
Div here</div>
This div border color is #a68cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,140,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a68cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a68cad; -webkit-box-shadow: 1px 1px 3px 2px #a68cad; box-shadow: 1px 1px 3px 2px #a68cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,140,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 #a68cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a68cad; -webkit-box-shadow: 1px 1px 3px 2px #a68cad; box-shadow: 1px 1px 3px 2px #a68cad;">
Div content here</div>
This div box has shadow with color #a68cad
Comments
No comments written yet.
Please login to write comment.