Color Hex Logo

#d39dbb Color Hex

#D39DBB
(211,157,187)
0 Favorites   0 Comments

Color spaces of #d39dbb

RGB 211157187
HSL0.910.380.72
HSV327°26°83°
CMYK 0.000.260.11   0.17
XYZ47.890641.550752.5097
Yxy41.55070.33740.2927
Hunter Lab64.459819.8123-3.1764
CIE-Lab70.560024.7659-7.5984

#d39dbb color RGB value is (211,157,187).

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

The process color (four color CMYK) of #d39dbb color hex is 0.00, 0.26, 0.11, 0.17. Web safe color of #d39dbb is #cc99cc. Color #d39dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011101 10111011
Octal 323 235 273
Decimal 211 157 187
Hex D3 9D BB

RGB Percentages of Color #d39dbb

%38.02
%28.29
%33.69

CMYK Percentages of Color #d39dbb

%0
%26
%11
%17

Triadic Colors of #d39dbb

#d39dbb #bbd39d #9dbbd3

Analogous Colors of #d39dbb

#d39dbb #d39da0 #d09dd3

Monochromatic Colors of #d39dbb

#d39dbb

Complementary Color

#d39dbb #9dd3b5

#d39dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39dbb Color CSS Codes

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

#d39dbb Text Font Color

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

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


#d39dbb Background Color

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

This div background color is #d39dbb


#d39dbb Border Color

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

This div border color is #d39dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39dbb


Comments

No comments written yet.

Please login to write comment.