Color Hex Logo

#dd9abe Color Hex

#DD9ABE
(221,154,190)
0 Favorites   0 Comments

Color spaces of #dd9abe

RGB 221154190
HSL0.910.500.74
HSV328°30°87°
CMYK 0.000.300.14   0.13
XYZ50.668742.201154.1903
Yxy42.20110.34450.2870
Hunter Lab64.962425.5405-3.9849
CIE-Lab71.009330.3784-8.4795

#dd9abe color RGB value is (221,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011010 10111110
Octal 335 232 276
Decimal 221 154 190
Hex DD 9A BE

RGB Percentages of Color #dd9abe

%39.12
%27.26
%33.63

CMYK Percentages of Color #dd9abe

%0
%30
%14
%13

Triadic Colors of #dd9abe

#dd9abe #bedd9a #9abedd

Analogous Colors of #dd9abe

#dd9abe #dd9a9d #db9add

Monochromatic Colors of #dd9abe

#dd9abe

Complementary Color

#dd9abe #9addb9

#dd9abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9abe Color CSS Codes

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

#dd9abe Text Font Color

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

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


#dd9abe Background Color

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

This div background color is #dd9abe


#dd9abe Border Color

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

This div border color is #dd9abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9abe


Comments

No comments written yet.

Please login to write comment.