Color Hex Logo

#d19ddf Color Hex

#D19DDF
(209,157,223)
0 Favorites   0 Comments

Color spaces of #d19ddf

RGB 209157223
HSL0.800.510.75
HSV287°30°87°
CMYK 0.060.300.00   0.13
XYZ51.670742.997075.3879
Yxy42.99700.30380.2528
Hunter Lab65.572125.9065-22.2649
CIE-Lab71.552930.6904-25.9803

#d19ddf color RGB value is (209,157,223).

#d19ddf hex color red value is 209, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d19ddf hue: 0.80 , saturation: 0.51 and the lightness value of d19ddf is 0.75.

The process color (four color CMYK) of #d19ddf color hex is 0.06, 0.30, 0.00, 0.13. Web safe color of #d19ddf is #cc99cc. Color #d19ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 11011111
Octal 321 235 337
Decimal 209 157 223
Hex D1 9D DF

RGB Percentages of Color #d19ddf

%35.48
%26.66
%37.86

CMYK Percentages of Color #d19ddf

%6
%30
%0
%13

Triadic Colors of #d19ddf

#d19ddf #dfd19d #9ddfd1

Analogous Colors of #d19ddf

#d19ddf #df9dcc #b09ddf

Monochromatic Colors of #d19ddf

#d19ddf

Complementary Color

#d19ddf #abdf9d

#d19ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19ddf Color CSS Codes

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

#d19ddf Text Font Color

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

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


#d19ddf Background Color

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

This div background color is #d19ddf


#d19ddf Border Color

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

This div border color is #d19ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19ddf


Comments

No comments written yet.

Please login to write comment.