#d49fa2 color RGB value is (13, 73, 250).
#d49fa2 hex color red value is 13, green value is 73, and blue value is 250.
Cylindrical-coordinate representations (HSL) of color #d49fa2
hue: 224.81,
saturation: 0.96 and lightness: 0.52.
The process color (four-color CMYK) of #d49fa2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d49fa2 is #ff9999. Color #d49fa2 contains mainly RED.
| Color spaces of #d49fa2 | Value |
|---|---|
| RGB | 212, 159, 162 |
| HSL | 0.99, 0.38, 0.73 |
| HSV | 357°, 25°, 83° |
| XYZ | 46.07, 41.4, 39.74 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010100 | 10011111 | 10100010 |
| Octal | 324 | 237 | 242 |
| Decimal | 212 | 159 | 162 |
| Hex | D4 | 9F | A2 |
Shades of #d49fa2
Tints of #d49fa2
.mybgColor {background-color: #d49fa2;}
.myforeColor {color: #d49fa2;}
.myborderColor {border:3px solid #d49fa2;}
<p style="color:#d49fa2">Text here</p>
This sample text is styled with the font color #d49fa2. 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:#d49fa2">Div content here</div>
<div style="border:3px solid #d49fa2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(212, 159, 162, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d49fa2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d49fa2;
-webkit-box-shadow: 1px 1px 3px #d49fa2;
box-shadow: 1px 1px 3px #d49fa2; }
<p style="text-shadow: 4px 4px 2px rgba(212, 159, 162, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d49fa2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d49fa2;
-webkit-box-shadow: 1px 1px 3px #d49fa2;
box-shadow: 1px 1px 3px #d49fa2;">Div content here</div>
