Color Hex Logo

#dda3ce Color Hex

#DDA3CE
(221,163,206)
0 Favorites   0 Comments

Color spaces of #dda3ce

RGB 221163206
HSL0.880.460.75
HSV316°26°87°
CMYK 0.000.260.07   0.13
XYZ54.056646.022864.4267
Yxy46.02280.32860.2798
Hunter Lab67.840123.5128-8.8187
CIE-Lab73.560328.2245-13.4913

#dda3ce color RGB value is (221,163,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 11001110
Octal 335 243 316
Decimal 221 163 206
Hex DD A3 CE

RGB Percentages of Color #dda3ce

%37.46
%27.63
%34.92

CMYK Percentages of Color #dda3ce

%0
%26
%7
%13

Triadic Colors of #dda3ce

#dda3ce #cedda3 #a3cedd

Analogous Colors of #dda3ce

#dda3ce #dda3b1 #cfa3dd

Monochromatic Colors of #dda3ce

#dda3ce

Complementary Color

#dda3ce #a3ddb2

#dda3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda3ce Color CSS Codes

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

#dda3ce Text Font Color

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

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


#dda3ce Background Color

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

This div background color is #dda3ce


#dda3ce Border Color

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

This div border color is #dda3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda3ce


Comments

No comments written yet.

Please login to write comment.