Color Hex Logo

#dd8baa Color Hex

#DD8BAA
(221,139,170)
0 Favorites   0 Comments

Color spaces of #dd8baa

RGB 221139170
HSL0.940.550.71
HSV337°37°87°
CMYK 0.000.370.23   0.13
XYZ46.307136.739742.6810
Yxy36.73970.36830.2922
Hunter Lab60.613330.29650.6801
CIE-Lab67.081335.3261-3.1273

#dd8baa color RGB value is (221,139,170).

#dd8baa hex color red value is 221, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd8baa hue: 0.94 , saturation: 0.55 and the lightness value of dd8baa is 0.71.

The process color (four color CMYK) of #dd8baa color hex is 0.00, 0.37, 0.23, 0.13. Web safe color of #dd8baa is #cc9999. Color #dd8baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001011 10101010
Octal 335 213 252
Decimal 221 139 170
Hex DD 8B AA

RGB Percentages of Color #dd8baa

%41.70
%26.23
%32.08

CMYK Percentages of Color #dd8baa

%0
%37
%23
%13

Triadic Colors of #dd8baa

#dd8baa #aadd8b #8baadd

Analogous Colors of #dd8baa

#dd8baa #dd958b #dd8bd3

Monochromatic Colors of #dd8baa

#dd8baa

Complementary Color

#dd8baa #8bddbe

#dd8baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8baa Color CSS Codes

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

#dd8baa Text Font Color

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

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


#dd8baa Background Color

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

This div background color is #dd8baa


#dd8baa Border Color

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

This div border color is #dd8baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8baa


Comments

No comments written yet.

Please login to write comment.