Color Hex Logo

#d19cdb Color Hex

#D19CDB
(209,156,219)
1 Favorites   0 Comments

Color spaces of #d19cdb

RGB 209156219
HSL0.810.470.74
HSV290°29°86°
CMYK 0.050.290.00   0.14
XYZ50.969142.446772.5245
Yxy42.44670.30720.2558
Hunter Lab65.151125.6298-20.3943
CIE-Lab71.177830.4519-24.3580

#d19cdb color RGB value is (209,156,219).

#d19cdb hex color red value is 209, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d19cdb hue: 0.81 , saturation: 0.47 and the lightness value of d19cdb is 0.74.

The process color (four color CMYK) of #d19cdb color hex is 0.05, 0.29, 0.00, 0.14. Web safe color of #d19cdb is #cc99cc. Color #d19cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 11011011
Octal 321 234 333
Decimal 209 156 219
Hex D1 9C DB

RGB Percentages of Color #d19cdb

%35.79
%26.71
%37.50

CMYK Percentages of Color #d19cdb

%5
%29
%0
%14

Triadic Colors of #d19cdb

#d19cdb #dbd19c #9cdbd1

Analogous Colors of #d19cdb

#d19cdb #db9cc6 #b29cdb

Monochromatic Colors of #d19cdb

#d19cdb

Complementary Color

#d19cdb #a6db9c

#d19cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19cdb Color CSS Codes

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

#d19cdb Text Font Color

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

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


#d19cdb Background Color

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

This div background color is #d19cdb


#d19cdb Border Color

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

This div border color is #d19cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19cdb


Comments

No comments written yet.

Please login to write comment.