Color Hex Logo

#d19dcd Color Hex

#D19DCD
(209,157,205)
0 Favorites   0 Comments

Color spaces of #d19dcd

RGB 209157205
HSL0.850.360.72
HSV305°25°82°
CMYK 0.000.250.02   0.18
XYZ49.370942.077063.2772
Yxy42.07700.31910.2719
Hunter Lab64.866822.3416-12.4303
CIE-Lab70.924027.2550-17.0321

#d19dcd color RGB value is (209,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 11001101
Octal 321 235 315
Decimal 209 157 205
Hex D1 9D CD

RGB Percentages of Color #d19dcd

%36.60
%27.50
%35.90

CMYK Percentages of Color #d19dcd

%0
%25
%2
%18

Triadic Colors of #d19dcd

#d19dcd #cdd19d #9dcdd1

Analogous Colors of #d19dcd

#d19dcd #d19db3 #bb9dd1

Monochromatic Colors of #d19dcd

#d19dcd

Complementary Color

#d19dcd #9dd1a1

#d19dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19dcd Color CSS Codes

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

#d19dcd Text Font Color

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

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


#d19dcd Background Color

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

This div background color is #d19dcd


#d19dcd Border Color

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

This div border color is #d19dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19dcd


Comments

No comments written yet.

Please login to write comment.