Color Hex Logo

#dd9ded Color Hex

#DD9DED
(221,157,237)
0 Favorites   0 Comments

Color spaces of #dd9ded

RGB 221157237
HSL0.800.690.77
HSV288°34°93°
CMYK 0.070.340.00   0.07
XYZ57.161845.600585.9098
Yxy45.60050.30300.2417
Hunter Lab67.528132.9240-28.1595
CIE-Lab73.285637.1939-30.8689

#dd9ded color RGB value is (221,157,237).

#dd9ded hex color red value is 221, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dd9ded hue: 0.80 , saturation: 0.69 and the lightness value of dd9ded is 0.77.

The process color (four color CMYK) of #dd9ded color hex is 0.07, 0.34, 0.00, 0.07. Web safe color of #dd9ded is #cc99ff. Color #dd9ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011101 11101101
Octal 335 235 355
Decimal 221 157 237
Hex DD 9D ED

RGB Percentages of Color #dd9ded

%35.93
%25.53
%38.54

CMYK Percentages of Color #dd9ded

%7
%34
%0
%7

Triadic Colors of #dd9ded

#dd9ded #eddd9d #9deddd

Analogous Colors of #dd9ded

#dd9ded #ed9dd5 #b59ded

Monochromatic Colors of #dd9ded

#dd9ded

Complementary Color

#dd9ded #aded9d

#dd9ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9ded Color CSS Codes

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

#dd9ded Text Font Color

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

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


#dd9ded Background Color

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

This div background color is #dd9ded


#dd9ded Border Color

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

This div border color is #dd9ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9ded


Comments

No comments written yet.

Please login to write comment.