Color Hex Logo

#d016ce Color Hex

#D016CE
(208,22,206)
0 Favorites   0 Comments

Color spaces of #d016ce

RGB 20822206
HSL0.840.810.45
HSV301°89°82°
CMYK 0.000.890.01   0.18
XYZ37.439918.439959.9785
Yxy18.43990.32320.1592
Hunter Lab42.941780.4821-52.7537
CIE-Lab50.025481.9316-50.1121

#d016ce color RGB value is (208,22,206).

#d016ce hex color red value is 208, green value is 22 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d016ce hue: 0.84 , saturation: 0.81 and the lightness value of d016ce is 0.45.

The process color (four color CMYK) of #d016ce color hex is 0.00, 0.89, 0.01, 0.18. Web safe color of #d016ce is #cc00cc. Color #d016ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010110 11001110
Octal 320 26 316
Decimal 208 22 206
Hex D0 16 CE

RGB Percentages of Color #d016ce

%47.71
%5.05
%47.25

CMYK Percentages of Color #d016ce

%0
%89
%1
%18

Triadic Colors of #d016ce

#d016ce #ced016 #16ced0

Analogous Colors of #d016ce

#d016ce #d01671 #7516d0

Monochromatic Colors of #d016ce

#d016ce

Complementary Color

#d016ce #16d018

#d016ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d016ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d016ce Color CSS Codes

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

#d016ce Text Font Color

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

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


#d016ce Background Color

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

This div background color is #d016ce


#d016ce Border Color

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

This div border color is #d016ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,22,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 #d016ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d016ce


Comments

No comments written yet.

Please login to write comment.