Color Hex Logo

#ddabdd Color Hex

#DDABDD
(221,171,221)
0 Favorites   0 Comments

Color spaces of #ddabdd

RGB 221171221
HSL0.830.420.77
HSV300°23°87°
CMYK 0.000.230.00   0.13
XYZ57.432849.718474.9762
Yxy49.71840.31530.2730
Hunter Lab70.511321.9970-13.6865
CIE-Lab75.896126.6075-18.1695

#ddabdd color RGB value is (221,171,221).

#ddabdd hex color red value is 221, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ddabdd hue: 0.83 , saturation: 0.42 and the lightness value of ddabdd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11011101
Octal 335 253 335
Decimal 221 171 221
Hex DD AB DD

RGB Percentages of Color #ddabdd

%36.05
%27.90
%36.05

CMYK Percentages of Color #ddabdd

%0
%23
%0
%13

Triadic Colors of #ddabdd

#ddabdd #ddddab #abdddd

Analogous Colors of #ddabdd

#ddabdd #ddabc4 #c4abdd

Monochromatic Colors of #ddabdd

#ddabdd

Complementary Color

#ddabdd #abddab

#ddabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabdd Color CSS Codes

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

#ddabdd Text Font Color

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

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


#ddabdd Background Color

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

This div background color is #ddabdd


#ddabdd Border Color

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

This div border color is #ddabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabdd


Comments

No comments written yet.

Please login to write comment.