color codes Logo

#d16dcc color codes

#D16DCC
(209,109,204)
0 Favorites   0 Comments

Color spaces of #d16dcc

RGB 209109204
HSL0.840.520.62
HSV303°48°82°
CMYK 0.000.480.02   0.18
XYZ42.662228.852260.4472
Yxy28.85220.32330.2186
Hunter Lab53.714247.7726-29.1219
CIE-Lab60.651052.4370-32.2180

#d16dcc color RGB value is (209,109,204).

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

The process color (four color CMYK) of #d16dcc color code is 0.00, 0.48, 0.02, 0.18. Web safe color of #d16dcc is #cc66cc. Color #d16dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 11001100
Octal 321 155 314
Decimal 209 109 204
Hex D1 6D CC

RGB Percentages of Color #d16dcc

%40.04
%20.88
%39.08

CMYK Percentages of Color #d16dcc

%0
%48
%2
%18

Triadic Colors of #d16dcc

#d16dcc #ccd16d #6dccd1

Analogous Colors of #d16dcc

#d16dcc #d16d9a #a46dd1

Monochromatic Colors of #d16dcc

#d16dcc

Complementary Color

#d16dcc #6dd172

#d16dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16dcc Color CSS Codes

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

#d16dcc Text Font Color

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

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


#d16dcc Background Color

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

This div background color is #d16dcc


#d16dcc Border Color

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

This div border color is #d16dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16dcc


Comments

No comments written yet.

Please login to write comment.