Color Hex Logo

#dd89ad Color Hex

#DD89AD
(221,137,173)
0 Favorites   0 Comments

Color spaces of #dd89ad

RGB 221137173
HSL0.930.550.70
HSV334°38°87°
CMYK 0.000.380.22   0.13
XYZ46.307336.280644.0974
Yxy36.28060.36550.2864
Hunter Lab60.233431.8220-1.2434
CIE-Lab66.733836.8246-5.3281

#dd89ad color RGB value is (221,137,173).

#dd89ad hex color red value is 221, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd89ad hue: 0.93 , saturation: 0.55 and the lightness value of dd89ad is 0.70.

The process color (four color CMYK) of #dd89ad color hex is 0.00, 0.38, 0.22, 0.13. Web safe color of #dd89ad is #cc9999. Color #dd89ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 10101101
Octal 335 211 255
Decimal 221 137 173
Hex DD 89 AD

RGB Percentages of Color #dd89ad

%41.62
%25.80
%32.58

CMYK Percentages of Color #dd89ad

%0
%38
%22
%13

Triadic Colors of #dd89ad

#dd89ad #addd89 #89addd

Analogous Colors of #dd89ad

#dd89ad #dd8f89 #dd89d7

Monochromatic Colors of #dd89ad

#dd89ad

Complementary Color

#dd89ad #89ddb9

#dd89ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd89ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd89ad Color CSS Codes

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

#dd89ad Text Font Color

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

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


#dd89ad Background Color

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

This div background color is #dd89ad


#dd89ad Border Color

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

This div border color is #dd89ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd89ad


Comments

No comments written yet.

Please login to write comment.