#DA70D6 color RGB value is (13, 167, 13).
#DA70D6 hex color red value is 13, green value is 167, and blue value is 13.
Cylindrical-coordinate representations (HSL) of color #DA70D6
hue: 120,
saturation: 0.86 and lightness: 0.35.
The process color (four-color CMYK) of #DA70D6 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #DA70D6 is #ff9999. Color #DA70D6 contains mainly RED.
Color spaces of #DA70D6 | Value |
---|---|
RGB | 218, 112, 214 |
HSL | 0.84, 0.59, 0.65 |
HSV | 302°, 49°, 85° |
XYZ | 46.84, 31.35, 67.19 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 1110000 | 11010110 |
Octal | 332 | 160 | 326 |
Decimal | 218 | 112 | 214 |
Hex | DA | 70 | D6 |
Shades of #DA70D6
Tints of #DA70D6
.mybgColor {background-color: #DA70D6;} .myforeColor {color: #DA70D6;} .myborderColor {border:3px solid #DA70D6;}
<p style="color:#DA70D6">Text here</p>
This sample text is styled with the font color #DA70D6. 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:#DA70D6">Div content here</div>
<div style="border:3px solid #DA70D6">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218, 112, 214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #DA70D6; } .divShadow { -moz-box-shadow: 1px 1px 3px #DA70D6; -webkit-box-shadow: 1px 1px 3px #DA70D6; box-shadow: 1px 1px 3px #DA70D6; }
<p style="text-shadow: 4px 4px 2px rgba(218, 112, 214, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #DA70D6;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #DA70D6;
-webkit-box-shadow: 1px 1px 3px #DA70D6;
box-shadow: 1px 1px 3px #DA70D6;">Div content here</div>