Color Hex Logo

#d006cc Color Hex

#D006CC
(208,6,204)
0 Favorites   0 Comments

Color spaces of #d006cc

RGB 2086204
HSL0.840.940.42
HSV301°97°82°
CMYK 0.000.970.02   0.18
XYZ36.976617.899858.6329
Yxy17.89980.32580.1577
Hunter Lab42.308281.9667-52.5515
CIE-Lab49.374383.2196-49.9992

#d006cc color RGB value is (208,6,204).

#d006cc hex color red value is 208, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d006cc hue: 0.84 , saturation: 0.94 and the lightness value of d006cc is 0.42.

The process color (four color CMYK) of #d006cc color hex is 0.00, 0.97, 0.02, 0.18. Web safe color of #d006cc is #cc00cc. Color #d006cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 11001100
Octal 320 6 314
Decimal 208 6 204
Hex D0 6 CC

RGB Percentages of Color #d006cc

%49.76
%1.44
%48.80

CMYK Percentages of Color #d006cc

%0
%97
%2
%18

Triadic Colors of #d006cc

#d006cc #ccd006 #06ccd0

Analogous Colors of #d006cc

#d006cc #d00667 #6f06d0

Monochromatic Colors of #d006cc

#d006cc

Complementary Color

#d006cc #06d00a

#d006cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d006cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d006cc Color CSS Codes

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

#d006cc Text Font Color

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

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


#d006cc Background Color

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

This div background color is #d006cc


#d006cc Border Color

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

This div border color is #d006cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d006cc


Comments

No comments written yet.

Please login to write comment.