Color Hex Logo

#dc06dc Color Hex

#DC06DC
(220,6,220)
0 Favorites   0 Comments

Color spaces of #dc06dc

RGB 2206220
HSL0.830.950.44
HSV300°97°86°
CMYK 0.000.970.00   0.14
XYZ42.498620.513269.4297
Yxy20.51320.32090.1549
Hunter Lab45.291588.2327-59.1847
CIE-Lab52.412687.4574-54.1913

#dc06dc color RGB value is (220,6,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 11011100
Octal 334 6 334
Decimal 220 6 220
Hex DC 6 DC

RGB Percentages of Color #dc06dc

%49.33
%1.35
%49.33

CMYK Percentages of Color #dc06dc

%0
%97
%0
%14

Triadic Colors of #dc06dc

#dc06dc #dcdc06 #06dcdc

Analogous Colors of #dc06dc

#dc06dc #dc0671 #7106dc

Monochromatic Colors of #dc06dc

#dc06dc

Complementary Color

#dc06dc #06dc06

#dc06dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc06dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc06dc Color CSS Codes

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

#dc06dc Text Font Color

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

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


#dc06dc Background Color

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

This div background color is #dc06dc


#dc06dc Border Color

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

This div border color is #dc06dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc06dc


Comments

No comments written yet.

Please login to write comment.