#d0aaf3 color RGB value is (13, 10, 175).
#d0aaf3 hex color red value is 13, green value is 10, and blue value is 175.
Cylindrical-coordinate representations (HSL) of color #d0aaf3
hue: 241.09,
saturation: 0.89 and lightness: 0.36.
The process color (four-color CMYK) of #d0aaf3 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d0aaf3 is #ff9999. Color #d0aaf3 contains mainly RED.
| Color spaces of #d0aaf3 | Value |
|---|---|
| RGB | 208, 170, 243 |
| HSL | 0.75, 0.75, 0.81 |
| HSV | 271°, 30°, 95° |
| XYZ | 56.56, 48.63, 91.18 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010000 | 10101010 | 11110011 |
| Octal | 320 | 252 | 363 |
| Decimal | 208 | 170 | 243 |
| Hex | D0 | AA | F3 |
Shades of #d0aaf3
Tints of #d0aaf3
.mybgColor {background-color: #d0aaf3;}
.myforeColor {color: #d0aaf3;}
.myborderColor {border:3px solid #d0aaf3;}
<p style="color:#d0aaf3">Text here</p>
This sample text is styled with the font color #d0aaf3. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#d0aaf3">Div content here</div>
<div style="border:3px solid #d0aaf3">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(208, 170, 243, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d0aaf3; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d0aaf3;
-webkit-box-shadow: 1px 1px 3px #d0aaf3;
box-shadow: 1px 1px 3px #d0aaf3; }
<p style="text-shadow: 4px 4px 2px rgba(208, 170, 243, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d0aaf3;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d0aaf3;
-webkit-box-shadow: 1px 1px 3px #d0aaf3;
box-shadow: 1px 1px 3px #d0aaf3;">Div content here</div>
