Color Hex Logo

#dd889e Color Hex

#DD889E
(221,136,158)
0 Favorites   0 Comments

Color spaces of #dd889e

RGB 221136158
HSL0.960.560.70
HSV344°38°87°
CMYK 0.000.380.29   0.13
XYZ44.794535.449136.8292
Yxy35.44910.38260.3028
Hunter Lab59.539130.10165.0023
CIE-Lab66.096835.23812.1961

#dd889e color RGB value is (221,136,158).

#dd889e hex color red value is 221, green value is 136 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dd889e hue: 0.96 , saturation: 0.56 and the lightness value of dd889e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 10011110
Octal 335 210 236
Decimal 221 136 158
Hex DD 88 9E

RGB Percentages of Color #dd889e

%42.91
%26.41
%30.68

CMYK Percentages of Color #dd889e

%0
%38
%29
%13

Triadic Colors of #dd889e

#dd889e #9edd88 #889edd

Analogous Colors of #dd889e

#dd889e #dd9d88 #dd88c9

Monochromatic Colors of #dd889e

#dd889e

Complementary Color

#dd889e #88ddc7

#dd889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd889e Color CSS Codes

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

#dd889e Text Font Color

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

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


#dd889e Background Color

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

This div background color is #dd889e


#dd889e Border Color

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

This div border color is #dd889e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd889e


Comments

No comments written yet.

Please login to write comment.