Color Hex Logo

#d19dbb Color Hex

#D19DBB
(209,157,187)
0 Favorites   0 Comments

Color spaces of #d19dbb

RGB 209157187
HSL0.900.360.72
HSV325°25°82°
CMYK 0.000.250.11   0.18
XYZ47.321141.257152.4830
Yxy41.25710.33550.2925
Hunter Lab64.231719.1000-3.4830
CIE-Lab70.355724.0633-7.9242

#d19dbb color RGB value is (209,157,187).

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

The process color (four color CMYK) of #d19dbb color hex is 0.00, 0.25, 0.11, 0.18. Web safe color of #d19dbb is #cc99cc. Color #d19dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 10111011
Octal 321 235 273
Decimal 209 157 187
Hex D1 9D BB

RGB Percentages of Color #d19dbb

%37.79
%28.39
%33.82

CMYK Percentages of Color #d19dbb

%0
%25
%11
%18

Triadic Colors of #d19dbb

#d19dbb #bbd19d #9dbbd1

Analogous Colors of #d19dbb

#d19dbb #d19da1 #cd9dd1

Monochromatic Colors of #d19dbb

#d19dbb

Complementary Color

#d19dbb #9dd1b3

#d19dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19dbb Color CSS Codes

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

#d19dbb Text Font Color

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

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


#d19dbb Background Color

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

This div background color is #d19dbb


#d19dbb Border Color

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

This div border color is #d19dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19dbb


Comments

No comments written yet.

Please login to write comment.