Color Hex Logo

#d16daa Color Hex

#D16DAA
(209,109,170)
0 Favorites   0 Comments

Color spaces of #d16daa

RGB 209109170
HSL0.900.520.62
HSV323°48°82°
CMYK 0.000.480.19   0.18
XYZ39.018827.394941.2614
Yxy27.39490.36240.2544
Hunter Lab52.340141.4739-10.1021
CIE-Lab59.338146.8721-14.8366

#d16daa color RGB value is (209,109,170).

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

The process color (four color CMYK) of #d16daa color hex is 0.00, 0.48, 0.19, 0.18. Web safe color of #d16daa is #cc6699. Color #d16daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 10101010
Octal 321 155 252
Decimal 209 109 170
Hex D1 6D AA

RGB Percentages of Color #d16daa

%42.83
%22.34
%34.84

CMYK Percentages of Color #d16daa

%0
%48
%19
%18

Triadic Colors of #d16daa

#d16daa #aad16d #6daad1

Analogous Colors of #d16daa

#d16daa #d16d78 #c66dd1

Monochromatic Colors of #d16daa

#d16daa

Complementary Color

#d16daa #6dd194

#d16daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16daa Color CSS Codes

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

#d16daa Text Font Color

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

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


#d16daa Background Color

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

This div background color is #d16daa


#d16daa Border Color

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

This div border color is #d16daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16daa


Comments

No comments written yet.

Please login to write comment.