Color Hex Logo

#dda0ed Color Hex

#DDA0ED
(221,160,237)
0 Favorites   0 Comments

Color spaces of #dda0ed

RGB 221160237
HSL0.800.680.78
HSV288°32°93°
CMYK 0.070.320.00   0.07
XYZ57.675746.628286.0811
Yxy46.62820.30290.2449
Hunter Lab68.284831.2687-26.9426
CIE-Lab73.951335.5852-29.8437

#dda0ed color RGB value is (221,160,237).

#dda0ed hex color red value is 221, green value is 160 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dda0ed hue: 0.80 , saturation: 0.68 and the lightness value of dda0ed is 0.78.

The process color (four color CMYK) of #dda0ed color hex is 0.07, 0.32, 0.00, 0.07. Web safe color of #dda0ed is #cc99ff. Color #dda0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 11101101
Octal 335 240 355
Decimal 221 160 237
Hex DD A0 ED

RGB Percentages of Color #dda0ed

%35.76
%25.89
%38.35

CMYK Percentages of Color #dda0ed

%7
%32
%0
%7

Triadic Colors of #dda0ed

#dda0ed #eddda0 #a0eddd

Analogous Colors of #dda0ed

#dda0ed #eda0d7 #b7a0ed

Monochromatic Colors of #dda0ed

#dda0ed

Complementary Color

#dda0ed #b0eda0

#dda0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0ed Color CSS Codes

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

#dda0ed Text Font Color

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

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


#dda0ed Background Color

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

This div background color is #dda0ed


#dda0ed Border Color

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

This div border color is #dda0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0ed


Comments

No comments written yet.

Please login to write comment.