Color Hex Logo

#dd9dbe Color Hex

#DD9DBE
(221,157,190)
0 Favorites   0 Comments

Color spaces of #dd9dbe

RGB 221157190
HSL0.910.480.74
HSV329°29°87°
CMYK 0.000.290.14   0.13
XYZ51.170043.203854.3574
Yxy43.20380.34400.2905
Hunter Lab65.729623.9341-3.0212
CIE-Lab71.693128.7640-7.4634

#dd9dbe color RGB value is (221,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011101 10111110
Octal 335 235 276
Decimal 221 157 190
Hex DD 9D BE

RGB Percentages of Color #dd9dbe

%38.91
%27.64
%33.45

CMYK Percentages of Color #dd9dbe

%0
%29
%14
%13

Triadic Colors of #dd9dbe

#dd9dbe #bedd9d #9dbedd

Analogous Colors of #dd9dbe

#dd9dbe #dd9d9e #dc9ddd

Monochromatic Colors of #dd9dbe

#dd9dbe

Complementary Color

#dd9dbe #9dddbc

#dd9dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9dbe Color CSS Codes

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

#dd9dbe Text Font Color

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

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


#dd9dbe Background Color

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

This div background color is #dd9dbe


#dd9dbe Border Color

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

This div border color is #dd9dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,157,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 #dd9dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9dbe


Comments

No comments written yet.

Please login to write comment.