Color Hex Logo

#dd9abb Color Hex

#DD9ABB
(221,154,187)
0 Favorites   0 Comments

Color spaces of #dd9abb

RGB 221154187
HSL0.920.500.74
HSV330°30°87°
CMYK 0.000.300.15   0.13
XYZ50.344042.071252.4808
Yxy42.07120.34740.2904
Hunter Lab64.862325.0368-2.5686
CIE-Lab70.920029.8957-6.9491

#dd9abb color RGB value is (221,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011010 10111011
Octal 335 232 273
Decimal 221 154 187
Hex DD 9A BB

RGB Percentages of Color #dd9abb

%39.32
%27.40
%33.27

CMYK Percentages of Color #dd9abb

%0
%30
%15
%13

Triadic Colors of #dd9abb

#dd9abb #bbdd9a #9abbdd

Analogous Colors of #dd9abb

#dd9abb #dd9b9a #dd9add

Monochromatic Colors of #dd9abb

#dd9abb

Complementary Color

#dd9abb #9addbc

#dd9abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9abb Color CSS Codes

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

#dd9abb Text Font Color

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

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


#dd9abb Background Color

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

This div background color is #dd9abb


#dd9abb Border Color

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

This div border color is #dd9abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9abb


Comments

No comments written yet.

Please login to write comment.