#a79de6 hex color information.
RGB value of #a79de6 is (167,157,230)
Change page background color to #a79de6
| Reset
| RGB | 167 | 157 | 230 |
|---|---|---|---|
| HSL | 0.69 | 0.59 | 0.76 |
| HSV | 248° | 32° | 90° |
| CMYK | 0.27 | 0.32 | 0.00 0.10 |
| XYZ | 42.2762 | 38.0426 | 79.9777 |
| Yxy | 38.0426 | 0.2637 | 0.2373 |
| Hunter Lab | 61.6787 | 14.4109 | -33.7053 |
| CIE-Lab | 68.0520 | 19.3779 | -35.5367 |
#a79de6 hex color red value is 167, green value is 157 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a79de6 hue: 0.69 , saturation: 0.59 and the lightness value of a79de6 is 0.76.
The process color (four color CMYK) of #a79de6 hex color is 0.27, 0.32, 0.00, 0.10. Web safe color of #a79de6 is #9999ff
Color #a79de6 contains mostly BLUE color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100111 | 10011101 | 11100110 |
| Octal | 247 | 235 | 346 |
| Decimal | 167 | 157 | 230 |
| Hexadecimal | A7 | 9D | E6 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#a79de6; }
.myforecolor {color:#a79de6; }
.mybordercolor {border:3px solid #a79de6; }
This sample text font color is #a79de6
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:#a79de6">Text here</p>
This div background color is #a79de6
<div style="background-color:#a79de6">
Div content here</div>
This div border color is #a79de6
<div style="border:3px solid #a79de6">
Div here</div>
| #a79de6 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(167,157,230, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #a79de6;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #a79de6;
-webkit-box-shadow: 1px 1px 3px 2px #a79de6;
box-shadow: 1px 1px 3px 2px #a79de6;
}
<p style="text-shadow: 4px 4px 2px rgba(167,157,230, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #a79de6">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #a79de6
<div style="-moz-box-shadow: 1px 1px 3px 2px #a79de6; -webkit-box-shadow: 1px 1px 3px 2px #a79de6; box-shadow: 1px 1px 3px 2px #a79de6;">
Div content here</div>