Color Hex Logo

#d016cd Color Hex

#D016CD
(208,22,205)
0 Favorites   0 Comments

Color spaces of #d016cd

RGB 20822205
HSL0.840.810.45
HSV301°89°82°
CMYK 0.000.890.01   0.18
XYZ37.318818.391559.3406
Yxy18.39150.32440.1599
Hunter Lab42.885380.2814-52.0201
CIE-Lab49.967681.7852-49.6284

#d016cd color RGB value is (208,22,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010110 11001101
Octal 320 26 315
Decimal 208 22 205
Hex D0 16 CD

RGB Percentages of Color #d016cd

%47.82
%5.06
%47.13

CMYK Percentages of Color #d016cd

%0
%89
%1
%18

Triadic Colors of #d016cd

#d016cd #cdd016 #16cdd0

Analogous Colors of #d016cd

#d016cd #d01670 #7616d0

Monochromatic Colors of #d016cd

#d016cd

Complementary Color

#d016cd #16d019

#d016cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d016cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d016cd Color CSS Codes

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

#d016cd Text Font Color

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

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


#d016cd Background Color

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

This div background color is #d016cd


#d016cd Border Color

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

This div border color is #d016cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,22,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d016cd


Comments

No comments written yet.

Please login to write comment.