Color Hex Logo

#d16cce Color Hex

#D16CCE
(209,108,206)
0 Favorites   0 Comments

Color spaces of #d16cce

RGB 209108206
HSL0.840.520.62
HSV302°48°82°
CMYK 0.000.480.01   0.18
XYZ42.797628.736761.6836
Yxy28.73670.32130.2157
Hunter Lab53.606648.6964-30.6987
CIE-Lab60.548553.2830-33.5078

#d16cce color RGB value is (209,108,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101100 11001110
Octal 321 154 316
Decimal 209 108 206
Hex D1 6C CE

RGB Percentages of Color #d16cce

%39.96
%20.65
%39.39

CMYK Percentages of Color #d16cce

%0
%48
%1
%18

Triadic Colors of #d16cce

#d16cce #ced16c #6cced1

Analogous Colors of #d16cce

#d16cce #d16c9c #a26cd1

Monochromatic Colors of #d16cce

#d16cce

Complementary Color

#d16cce #6cd16f

#d16cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16cce Color CSS Codes

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

#d16cce Text Font Color

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

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


#d16cce Background Color

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

This div background color is #d16cce


#d16cce Border Color

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

This div border color is #d16cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16cce


Comments

No comments written yet.

Please login to write comment.