Color Hex Logo

#d016ad Color Hex

#D016AD
(208,22,173)
0 Favorites   0 Comments

Color spaces of #d016ad

RGB 20822173
HSL0.860.810.45
HSV311°89°82°
CMYK 0.000.890.17   0.18
XYZ33.842217.000841.0330
Yxy17.00080.36830.1850
Hunter Lab41.232074.3522-30.1414
CIE-Lab48.261077.3989-33.6674

#d016ad color RGB value is (208,22,173).

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

The process color (four color CMYK) of #d016ad color hex is 0.00, 0.89, 0.17, 0.18. Web safe color of #d016ad is #cc0099. Color #d016ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010110 10101101
Octal 320 26 255
Decimal 208 22 173
Hex D0 16 AD

RGB Percentages of Color #d016ad

%51.61
%5.46
%42.93

CMYK Percentages of Color #d016ad

%0
%89
%17
%18

Triadic Colors of #d016ad

#d016ad #add016 #16add0

Analogous Colors of #d016ad

#d016ad #d01650 #9616d0

Monochromatic Colors of #d016ad

#d016ad

Complementary Color

#d016ad #16d039

#d016ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d016ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d016ad Color CSS Codes

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

#d016ad Text Font Color

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

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


#d016ad Background Color

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

This div background color is #d016ad


#d016ad Border Color

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

This div border color is #d016ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d016ad


Comments

No comments written yet.

Please login to write comment.