Color Hex Logo

#d16dbd Color Hex

#D16DBD
(209,109,189)
0 Favorites   0 Comments

Color spaces of #d16dbd

RGB 209109189
HSL0.870.520.62
HSV312°48°82°
CMYK 0.000.480.10   0.18
XYZ40.948428.166751.4226
Yxy28.16670.33970.2337
Hunter Lab53.072344.8467-20.2964
CIE-Lab60.039049.8781-24.6482

#d16dbd color RGB value is (209,109,189).

#d16dbd hex color red value is 209, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d16dbd hue: 0.87 , saturation: 0.52 and the lightness value of d16dbd is 0.62.

The process color (four color CMYK) of #d16dbd color hex is 0.00, 0.48, 0.10, 0.18. Web safe color of #d16dbd is #cc66cc. Color #d16dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 10111101
Octal 321 155 275
Decimal 209 109 189
Hex D1 6D BD

RGB Percentages of Color #d16dbd

%41.22
%21.50
%37.28

CMYK Percentages of Color #d16dbd

%0
%48
%10
%18

Triadic Colors of #d16dbd

#d16dbd #bdd16d #6dbdd1

Analogous Colors of #d16dbd

#d16dbd #d16d8b #b36dd1

Monochromatic Colors of #d16dbd

#d16dbd

Complementary Color

#d16dbd #6dd181

#d16dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16dbd Color CSS Codes

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

#d16dbd Text Font Color

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

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


#d16dbd Background Color

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

This div background color is #d16dbd


#d16dbd Border Color

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

This div border color is #d16dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16dbd


Comments

No comments written yet.

Please login to write comment.