Color Hex Logo

#dda0bb Color Hex

#DDA0BB
(221,160,187)
0 Favorites   0 Comments

Color spaces of #dda0bb

RGB 221160187
HSL0.930.470.75
HSV333°28°87°
CMYK 0.000.280.15   0.13
XYZ51.359244.101652.8192
Yxy44.10160.34640.2974
Hunter Lab66.409021.8319-0.6707
CIE-Lab72.296426.6643-4.9123

#dda0bb color RGB value is (221,160,187).

#dda0bb hex color red value is 221, green value is 160 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dda0bb hue: 0.93 , saturation: 0.47 and the lightness value of dda0bb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10111011
Octal 335 240 273
Decimal 221 160 187
Hex DD A0 BB

RGB Percentages of Color #dda0bb

%38.91
%28.17
%32.92

CMYK Percentages of Color #dda0bb

%0
%28
%15
%13

Triadic Colors of #dda0bb

#dda0bb #bbdda0 #a0bbdd

Analogous Colors of #dda0bb

#dda0bb #dda4a0 #dda0da

Monochromatic Colors of #dda0bb

#dda0bb

Complementary Color

#dda0bb #a0ddc2

#dda0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0bb Color CSS Codes

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

#dda0bb Text Font Color

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

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


#dda0bb Background Color

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

This div background color is #dda0bb


#dda0bb Border Color

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

This div border color is #dda0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0bb


Comments

No comments written yet.

Please login to write comment.