Hex #da70d6 Color
equivalent to
RGB
(218, 112, 214)Details of #da70d6
|
|
|
|
Color HEX #da70d6 matches (218, 112, 214) in RGB.
#da70d6 hex color red value is 218, green value is 112 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #da70d6 hue: 0.84, saturation: 0.59 and the lightness value of da70d6 is 0.65.
The process color (four color CMYK) of #da70d6 color hex is 0.00, 0.49, 0.02, 0.15. Web safe color of #da70d6 is #cc66cc. Color #da70d6 contains mainly RED color.
Base Numbers
|
|
|
|
#da70d6 tints
#da70d6 shades
RGB in % of #da70d6
CMYK in % of #da70d6
Preview Color #da70d6 on black ground
Very nice color.
Preview Color #da70d6 on white ground
Very nice color.
CSS Codes #da70d6 color
.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 font color is #da70d6
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.
Background Color #da70d6
<div style="background-color:#da70d6">
Div content here</div>
This div background color is #da70d6
Border Color #da70d6
<div style="border:3px solid #da70d6">
Div here</div>
The color of this border is #da70d6
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da70d6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da70d6; -webkit-box-shadow: 1px 1px 3px 2px #da70d6; box-shadow: 1px 1px 3px 2px #da70d6; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #da70d6">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da70d6; -webkit-box-shadow: 1px 1px 3px 2px #da70d6; box-shadow: 1px 1px 3px 2px #da70d6;">
Div content here</div>
The shadow of div box using color #da70d6