Color Hex Logo

#d19dbe Color Hex

#D19DBE
(209,157,190)
0 Favorites   0 Comments

Color spaces of #d19dbe

RGB 209157190
HSL0.890.360.72
HSV322°25°82°
CMYK 0.000.250.09   0.18
XYZ47.645741.387054.1925
Yxy41.38700.33270.2890
Hunter Lab64.332719.6173-4.9117
CIE-Lab70.446224.5771-9.4525

#d19dbe color RGB value is (209,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 10111110
Octal 321 235 276
Decimal 209 157 190
Hex D1 9D BE

RGB Percentages of Color #d19dbe

%37.59
%28.24
%34.17

CMYK Percentages of Color #d19dbe

%0
%25
%9
%18

Triadic Colors of #d19dbe

#d19dbe #bed19d #9dbed1

Analogous Colors of #d19dbe

#d19dbe #d19da4 #ca9dd1

Monochromatic Colors of #d19dbe

#d19dbe

Complementary Color

#d19dbe #9dd1b0

#d19dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19dbe Color CSS Codes

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

#d19dbe Text Font Color

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

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


#d19dbe Background Color

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

This div background color is #d19dbe


#d19dbe Border Color

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

This div border color is #d19dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,157,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19dbe


Comments

No comments written yet.

Please login to write comment.