Color Hex Logo

#dd70dd Color Hex

#DD70DD
(221,112,221)
0 Favorites   0 Comments

Color spaces of #dd70dd

RGB 221112221
HSL0.830.620.65
HSV300°49°87°
CMYK 0.000.490.00   0.13
XYZ48.664132.181072.0533
Yxy32.18100.31830.2105
Hunter Lab56.728353.8508-35.5972
CIE-Lab63.492257.3613-37.2300

#dd70dd color RGB value is (221,112,221).

#dd70dd hex color red value is 221, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dd70dd hue: 0.83 , saturation: 0.62 and the lightness value of dd70dd is 0.65.

The process color (four color CMYK) of #dd70dd color hex is 0.00, 0.49, 0.00, 0.13. Web safe color of #dd70dd is #cc66cc. Color #dd70dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 11011101
Octal 335 160 335
Decimal 221 112 221
Hex DD 70 DD

RGB Percentages of Color #dd70dd

%39.89
%20.22
%39.89

CMYK Percentages of Color #dd70dd

%0
%49
%0
%13

Triadic Colors of #dd70dd

#dd70dd #dddd70 #70dddd

Analogous Colors of #dd70dd

#dd70dd #dd70a7 #a770dd

Monochromatic Colors of #dd70dd

#dd70dd

Complementary Color

#dd70dd #70dd70

#dd70dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd70dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd70dd Color CSS Codes

.mybgcolor {background-color:#dd70dd; } 
.myforecolor {color:#dd70dd; }
.mybordercolor {border:3px solid #dd70dd; }

#dd70dd Text Font Color

<p style="color:#dd70dd">Text here</p>

This sample text font color is #dd70dd
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.


#dd70dd Background Color

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

This div background color is #dd70dd


#dd70dd Border Color

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

This div border color is #dd70dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,112,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd70dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd70dd;
  -webkit-box-shadow: 1px 1px 3px 2px #dd70dd;
  box-shadow:         1px 1px 3px 2px #dd70dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd70dd;
  -webkit-box-shadow: 1px 1px 3px 2px #dd70dd;
  box-shadow:         1px 1px 3px 2px #dd70dd;">
Div content here</div>

This div box has shadow with color #dd70dd


Comments

No comments written yet.

Please login to write comment.