Color Hex Logo

#dda1cd Color Hex

#DDA1CD
(221,161,205)
0 Favorites   0 Comments

Color spaces of #dda1cd

RGB 221161205
HSL0.880.470.75
HSV316°27°87°
CMYK 0.000.270.07   0.13
XYZ53.583145.269763.6714
Yxy45.26970.32970.2785
Hunter Lab67.282824.4102-9.0097
CIE-Lab73.069129.1287-13.6794

#dda1cd color RGB value is (221,161,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 11001101
Octal 335 241 315
Decimal 221 161 205
Hex DD A1 CD

RGB Percentages of Color #dda1cd

%37.65
%27.43
%34.92

CMYK Percentages of Color #dda1cd

%0
%27
%7
%13

Triadic Colors of #dda1cd

#dda1cd #cddda1 #a1cddd

Analogous Colors of #dda1cd

#dda1cd #dda1af #cfa1dd

Monochromatic Colors of #dda1cd

#dda1cd

Complementary Color

#dda1cd #a1ddb1

#dda1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda1cd Color CSS Codes

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

#dda1cd Text Font Color

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

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


#dda1cd Background Color

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

This div background color is #dda1cd


#dda1cd Border Color

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

This div border color is #dda1cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,161,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 #dda1cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda1cd


Comments

No comments written yet.

Please login to write comment.