Color Hex Logo

#dda3dc Color Hex

#DDA3DC
(221,163,220)
0 Favorites   0 Comments

Color spaces of #dda3dc

RGB 221163220
HSL0.840.460.75
HSV301°26°87°
CMYK 0.000.260.00   0.13
XYZ55.834346.733873.7879
Yxy46.73380.31660.2650
Hunter Lab68.362126.1549-16.1423
CIE-Lab74.019230.7390-20.4675

#dda3dc color RGB value is (221,163,220).

#dda3dc hex color red value is 221, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dda3dc hue: 0.84 , saturation: 0.46 and the lightness value of dda3dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 11011100
Octal 335 243 334
Decimal 221 163 220
Hex DD A3 DC

RGB Percentages of Color #dda3dc

%36.59
%26.99
%36.42

CMYK Percentages of Color #dda3dc

%0
%26
%0
%13

Triadic Colors of #dda3dc

#dda3dc #dcdda3 #a3dcdd

Analogous Colors of #dda3dc

#dda3dc #dda3bf #c1a3dd

Monochromatic Colors of #dda3dc

#dda3dc

Complementary Color

#dda3dc #a3dda4

#dda3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda3dc Color CSS Codes

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

#dda3dc Text Font Color

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

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


#dda3dc Background Color

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

This div background color is #dda3dc


#dda3dc Border Color

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

This div border color is #dda3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda3dc


Comments

No comments written yet.

Please login to write comment.