Color Hex Logo

#dda0cd Color Hex

#DDA0CD
(221,160,205)
0 Favorites   0 Comments

Color spaces of #dda0cd

RGB 221160205
HSL0.880.470.75
HSV316°28°87°
CMYK 0.000.280.07   0.13
XYZ53.409044.921563.6134
Yxy44.92150.32980.2774
Hunter Lab67.023524.9501-9.3569
CIE-Lab72.840229.6677-14.0234

#dda0cd color RGB value is (221,160,205).

#dda0cd hex color red value is 221, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dda0cd hue: 0.88 , saturation: 0.47 and the lightness value of dda0cd is 0.75.

The process color (four color CMYK) of #dda0cd color hex is 0.00, 0.28, 0.07, 0.13. Web safe color of #dda0cd is #cc99cc. Color #dda0cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 11001101
Octal 335 240 315
Decimal 221 160 205
Hex DD A0 CD

RGB Percentages of Color #dda0cd

%37.71
%27.30
%34.98

CMYK Percentages of Color #dda0cd

%0
%28
%7
%13

Triadic Colors of #dda0cd

#dda0cd #cddda0 #a0cddd

Analogous Colors of #dda0cd

#dda0cd #dda0af #cfa0dd

Monochromatic Colors of #dda0cd

#dda0cd

Complementary Color

#dda0cd #a0ddb0

#dda0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0cd Color CSS Codes

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

#dda0cd Text Font Color

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

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


#dda0cd Background Color

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

This div background color is #dda0cd


#dda0cd Border Color

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

This div border color is #dda0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0cd


Comments

No comments written yet.

Please login to write comment.