Color Hex Logo

#d16dca Color Hex

#D16DCA
(209,109,202)
0 Favorites   0 Comments

Color spaces of #d16dca

RGB 209109202
HSL0.850.520.62
HSV304°48°82°
CMYK 0.000.480.03   0.18
XYZ42.423828.756959.1918
Yxy28.75690.32540.2206
Hunter Lab53.625547.3691-27.9065
CIE-Lab60.566552.0868-31.2178

#d16dca color RGB value is (209,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 11001010
Octal 321 155 312
Decimal 209 109 202
Hex D1 6D CA

RGB Percentages of Color #d16dca

%40.19
%20.96
%38.85

CMYK Percentages of Color #d16dca

%0
%48
%3
%18

Triadic Colors of #d16dca

#d16dca #cad16d #6dcad1

Analogous Colors of #d16dca

#d16dca #d16d98 #a66dd1

Monochromatic Colors of #d16dca

#d16dca

Complementary Color

#d16dca #6dd174

#d16dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16dca Color CSS Codes

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

#d16dca Text Font Color

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

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


#d16dca Background Color

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

This div background color is #d16dca


#d16dca Border Color

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

This div border color is #d16dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16dca


Comments

No comments written yet.

Please login to write comment.