color details

Color Details
#DA70D6 Color Hex

#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
Color spaces of #DA70D6Value
RGB218, 112, 214
HSL0.84, 0.59, 0.65
HSV302°, 49°, 85°
XYZ46.84, 31.35, 67.19
Base Numbers
Base Red Green Blue
Binary 11011010 1110000 11010110
Octal 332 160 326
Decimal 218 112 214
Hex DA 70 D6

RGB Percentages for Color #DA70D6

40.07%
20.59%
39.34%

CMYK Percentages of the Color #DA70D6

48.62%
1.83%
14.51%
CSS Codes for Color #DA70D6
.mybgColor {background-color: #DA70D6;}
.myforeColor {color: #DA70D6;}
.myborderColor {border:3px solid #DA70D6;}
Text Font Color #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,

Background Color #DA70D6

<div style="background-color:#DA70D6">Div content here</div>

The background color of this div is #DA70D6
Border Color #DA70D6

<div style="border:3px solid #DA70D6">Div here</div>

The border color of this div is #DA70D6
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218, 112, 214, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #DA70D6;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #DA70D6
Scroll to Top