Color Hex Logo

#d39daa Color Hex

#D39DAA
(211,157,170)
0 Favorites   0 Comments

Color spaces of #d39daa

RGB 211157170
HSL0.960.380.72
HSV346°26°83°
CMYK 0.000.260.19   0.17
XYZ46.176640.865143.4842
Yxy40.86510.35380.3131
Hunter Lab63.925817.06874.4173
CIE-Lab70.081322.02501.1326

#d39daa color RGB value is (211,157,170).

#d39daa hex color red value is 211, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d39daa hue: 0.96 , saturation: 0.38 and the lightness value of d39daa is 0.72.

The process color (four color CMYK) of #d39daa color hex is 0.00, 0.26, 0.19, 0.17. Web safe color of #d39daa is #cc9999. Color #d39daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011101 10101010
Octal 323 235 252
Decimal 211 157 170
Hex D3 9D AA

RGB Percentages of Color #d39daa

%39.22
%29.18
%31.60

CMYK Percentages of Color #d39daa

%0
%26
%19
%17

Triadic Colors of #d39daa

#d39daa #aad39d #9daad3

Analogous Colors of #d39daa

#d39daa #d3ab9d #d39dc5

Monochromatic Colors of #d39daa

#d39daa

Complementary Color

#d39daa #9dd3c6

#d39daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39daa Color CSS Codes

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

#d39daa Text Font Color

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

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


#d39daa Background Color

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

This div background color is #d39daa


#d39daa Border Color

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

This div border color is #d39daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39daa


Comments

No comments written yet.

Please login to write comment.