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