Color spaces of #a07dab
RGB | 160 | 125 | 171 |
---|---|---|---|
HSL | 0.79 | 0.21 | 0.58 |
HSV | 286° | 27° | 67° |
CMYK | 0.06 | 0.27 | 0.00 0.33 |
XYZ | 29.1815 | 25.0811 | 41.8312 |
Yxy | 25.0811 | 0.3037 | 0.2610 |
Hunter Lab | 50.0810 | 16.3676 | -14.4665 |
CIE-Lab | 57.1544 | 21.9873 | -19.2648 |
#a07dab color RGB value is (160,125,171).
#a07dab hex color red value is 160, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a07dab hue: 0.79 , saturation: 0.21 and the lightness value of a07dab is 0.58.
The process color (four color CMYK) of #a07dab color hex is 0.06, 0.27, 0.00, 0.33. Web safe color of #a07dab is #996699. Color #a07dab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01111101 | 10101011 |
Octal | 240 | 175 | 253 |
Decimal | 160 | 125 | 171 |
Hex | A0 | 7D | AB |
Shades of #a07dab
Tints of #a07dab
RGB Percentages of Color #a07dab
CMYK Percentages of Color #a07dab
Complementary Color
#a07dab | #88ab7d |
#a07dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a07dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a07dab Color CSS Codes
.mybgcolor {background-color:#a07dab; } .myforecolor {color:#a07dab; } .mybordercolor {border:3px solid #a07dab; }
#a07dab Text Font Color
<p style="color:#a07dab">Text here</p>
This sample text font color is #a07dab
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.
#a07dab Background Color
<div style="background-color:#a07dab">
Div content here</div>
This div background color is #a07dab
#a07dab Border Color
<div style="border:3px solid #a07dab">
Div here</div>
This div border color is #a07dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,125,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a07dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a07dab; -webkit-box-shadow: 1px 1px 3px 2px #a07dab; box-shadow: 1px 1px 3px 2px #a07dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,125,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a07dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a07dab; -webkit-box-shadow: 1px 1px 3px 2px #a07dab; box-shadow: 1px 1px 3px 2px #a07dab;">
Div content here</div>
This div box has shadow with color #a07dab
Comments
No comments written yet.
Please login to write comment.