Color Hex Logo

#dd9ada Color Hex

#DD9ADA
(221,154,218)
0 Favorites   0 Comments

Color spaces of #dd9ada

RGB 221154218
HSL0.840.500.74
HSV303°30°87°
CMYK 0.000.300.01   0.13
XYZ54.029343.545371.8871
Yxy43.54530.31880.2570
Hunter Lab65.988930.6689-18.3973
CIE-Lab71.923535.2100-22.5591

#dd9ada color RGB value is (221,154,218).

#dd9ada hex color red value is 221, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd9ada hue: 0.84 , saturation: 0.50 and the lightness value of dd9ada is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011010 11011010
Octal 335 232 332
Decimal 221 154 218
Hex DD 9A DA

RGB Percentages of Color #dd9ada

%37.27
%25.97
%36.76

CMYK Percentages of Color #dd9ada

%0
%30
%1
%13

Triadic Colors of #dd9ada

#dd9ada #dadd9a #9adadd

Analogous Colors of #dd9ada

#dd9ada #dd9ab9 #bf9add

Monochromatic Colors of #dd9ada

#dd9ada

Complementary Color

#dd9ada #9add9d

#dd9ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9ada Color CSS Codes

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

#dd9ada Text Font Color

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

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


#dd9ada Background Color

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

This div background color is #dd9ada


#dd9ada Border Color

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

This div border color is #dd9ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9ada


Comments

No comments written yet.

Please login to write comment.