Color Hex Logo

#dc06cc Color Hex

#DC06CC
(220,6,204)
0 Favorites   0 Comments

Color spaces of #dc06cc

RGB 2206204
HSL0.850.950.44
HSV304°97°86°
CMYK 0.000.970.07   0.14
XYZ40.479419.705558.7968
Yxy19.70550.34020.1656
Hunter Lab44.390985.0875-47.4574
CIE-Lab51.502685.2259-46.4813

#dc06cc color RGB value is (220,6,204).

#dc06cc hex color red value is 220, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc06cc hue: 0.85 , saturation: 0.95 and the lightness value of dc06cc is 0.44.

The process color (four color CMYK) of #dc06cc color hex is 0.00, 0.97, 0.07, 0.14. Web safe color of #dc06cc is #cc00cc. Color #dc06cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 11001100
Octal 334 6 314
Decimal 220 6 204
Hex DC 6 CC

RGB Percentages of Color #dc06cc

%51.16
%1.40
%47.44

CMYK Percentages of Color #dc06cc

%0
%97
%7
%14

Triadic Colors of #dc06cc

#dc06cc #ccdc06 #06ccdc

Analogous Colors of #dc06cc

#dc06cc #dc0661 #8106dc

Monochromatic Colors of #dc06cc

#dc06cc

Complementary Color

#dc06cc #06dc16

#dc06cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc06cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc06cc Color CSS Codes

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

#dc06cc Text Font Color

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

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


#dc06cc Background Color

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

This div background color is #dc06cc


#dc06cc Border Color

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

This div border color is #dc06cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc06cc


Comments

No comments written yet.

Please login to write comment.