Color spaces of #a18cad
RGB | 161 | 140 | 173 |
---|---|---|---|
HSL | 0.77 | 0.17 | 0.61 |
HSV | 278° | 19° | 68° |
CMYK | 0.07 | 0.19 | 0.00 0.32 |
XYZ | 31.6189 | 29.3504 | 43.5339 |
Yxy | 29.3504 | 0.3026 | 0.2809 |
Hunter Lab | 54.1760 | 9.3705 | -9.7201 |
CIE-Lab | 61.0896 | 14.1662 | -14.4263 |
#a18cad color RGB value is (161,140,173).
#a18cad hex color red value is 161, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a18cad hue: 0.77 , saturation: 0.17 and the lightness value of a18cad is 0.61.
The process color (four color CMYK) of #a18cad color hex is 0.07, 0.19, 0.00, 0.32. Web safe color of #a18cad is #999999. Color #a18cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10001100 | 10101101 |
Octal | 241 | 214 | 255 |
Decimal | 161 | 140 | 173 |
Hex | A1 | 8C | AD |
Shades of #a18cad
Tints of #a18cad
RGB Percentages of Color #a18cad
CMYK Percentages of Color #a18cad
Complementary Color
#a18cad | #98ad8c |
#a18cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a18cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a18cad Color CSS Codes
.mybgcolor {background-color:#a18cad; } .myforecolor {color:#a18cad; } .mybordercolor {border:3px solid #a18cad; }
#a18cad Text Font Color
<p style="color:#a18cad">Text here</p>
This sample text font color is #a18cad
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.
#a18cad Background Color
<div style="background-color:#a18cad">
Div content here</div>
This div background color is #a18cad
#a18cad Border Color
<div style="border:3px solid #a18cad">
Div here</div>
This div border color is #a18cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,140,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a18cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a18cad; -webkit-box-shadow: 1px 1px 3px 2px #a18cad; box-shadow: 1px 1px 3px 2px #a18cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,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 #a18cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a18cad; -webkit-box-shadow: 1px 1px 3px 2px #a18cad; box-shadow: 1px 1px 3px 2px #a18cad;">
Div content here</div>
This div box has shadow with color #a18cad
Comments
No comments written yet.
Please login to write comment.