Color Hex Logo

#d19ccd Color Hex

#D19CCD
(209,156,205)
0 Favorites   0 Comments

Color spaces of #d19ccd

RGB 209156205
HSL0.850.370.72
HSV305°25°82°
CMYK 0.000.250.02   0.18
XYZ49.202441.740063.2210
Yxy41.74000.31920.2708
Hunter Lab64.606522.8789-12.7940
CIE-Lab70.691327.8002-17.3839

#d19ccd color RGB value is (209,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 11001101
Octal 321 234 315
Decimal 209 156 205
Hex D1 9C CD

RGB Percentages of Color #d19ccd

%36.67
%27.37
%35.96

CMYK Percentages of Color #d19ccd

%0
%25
%2
%18

Triadic Colors of #d19ccd

#d19ccd #cdd19c #9ccdd1

Analogous Colors of #d19ccd

#d19ccd #d19cb3 #bb9cd1

Monochromatic Colors of #d19ccd

#d19ccd

Complementary Color

#d19ccd #9cd1a0

#d19ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19ccd Color CSS Codes

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

#d19ccd Text Font Color

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

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


#d19ccd Background Color

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

This div background color is #d19ccd


#d19ccd Border Color

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

This div border color is #d19ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19ccd


Comments

No comments written yet.

Please login to write comment.