#a97cb7 hex color information.
RGB value of #a97cb7 is (169,124,183)
Change page background color to #a97cb7
| Reset
| RGB | 169 | 124 | 183 |
|---|---|---|---|
| HSL | 0.79 | 0.29 | 0.60 |
| HSV | 286° | 32° | 72° |
| CMYK | 0.08 | 0.32 | 0.00 0.28 |
| XYZ | 32.1171 | 26.2692 | 48.1775 |
| Yxy | 26.2692 | 0.3014 | 0.2465 |
| Hunter Lab | 51.2535 | 22.1603 | -19.8543 |
| CIE-Lab | 58.2917 | 28.0364 | -24.3131 |
#a97cb7 hex color red value is 169, green value is 124 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a97cb7 hue: 0.79 , saturation: 0.29 and the lightness value of a97cb7 is 0.60.
The process color (four color CMYK) of #a97cb7 hex color is 0.08, 0.32, 0.00, 0.28. Web safe color of #a97cb7 is #9966cc
Color #a97cb7 contains mostly BLUE color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101001 | 01111100 | 10110111 |
| Octal | 251 | 174 | 267 |
| Decimal | 169 | 124 | 183 |
| Hexadecimal | A9 | 7C | B7 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#a97cb7; }
.myforecolor {color:#a97cb7; }
.mybordercolor {border:3px solid #a97cb7; }
This sample text font color is #a97cb7
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.
<p style="color:#a97cb7">Text here</p>
This div background color is #a97cb7
<div style="background-color:#a97cb7">
Div content here</div>
This div border color is #a97cb7
<div style="border:3px solid #a97cb7">
Div here</div>
| #a97cb7 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(169,124,183, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #a97cb7;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #a97cb7;
-webkit-box-shadow: 1px 1px 3px 2px #a97cb7;
box-shadow: 1px 1px 3px 2px #a97cb7;
}
<p style="text-shadow: 4px 4px 2px rgba(169,124,183, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #a97cb7">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #a97cb7
<div style="-moz-box-shadow: 1px 1px 3px 2px #a97cb7; -webkit-box-shadow: 1px 1px 3px 2px #a97cb7; box-shadow: 1px 1px 3px 2px #a97cb7;">
Div content here</div>