Color Hex Logo

#dd899d Color Hex

#DD899D
(221,137,157)
0 Favorites   0 Comments

Color spaces of #dd899d

RGB 221137157
HSL0.960.550.70
HSV346°38°87°
CMYK 0.000.380.29   0.13
XYZ44.850335.697836.4248
Yxy35.69780.38340.3052
Hunter Lab59.747629.43495.6775
CIE-Lab66.288434.57403.0383

#dd899d color RGB value is (221,137,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 10011101
Octal 335 211 235
Decimal 221 137 157
Hex DD 89 9D

RGB Percentages of Color #dd899d

%42.91
%26.60
%30.49

CMYK Percentages of Color #dd899d

%0
%38
%29
%13

Triadic Colors of #dd899d

#dd899d #9ddd89 #899ddd

Analogous Colors of #dd899d

#dd899d #dd9f89 #dd89c7

Monochromatic Colors of #dd899d

#dd899d

Complementary Color

#dd899d #89ddc9

#dd899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd899d Color CSS Codes

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

#dd899d Text Font Color

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

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


#dd899d Background Color

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

This div background color is #dd899d


#dd899d Border Color

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

This div border color is #dd899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd899d


Comments

No comments written yet.

Please login to write comment.