Color Hex Logo

#dc006d Color Hex

#DC006D
(220,0,109)
0 Favorites   0 Comments

Color spaces of #dc006d

RGB 2200109
HSL0.921.000.43
HSV330°100°86°
CMYK 0.001.000.50   0.14
XYZ32.275516.319815.9169
Yxy16.31980.50030.2530
Hunter Lab40.397871.91514.9179
CIE-Lab47.391375.59253.9385

#dc006d color RGB value is (220,0,109).

#dc006d hex color red value is 220, green value is 0 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dc006d hue: 0.92 , saturation: 1.00 and the lightness value of dc006d is 0.43.

The process color (four color CMYK) of #dc006d color hex is 0.00, 1.00, 0.50, 0.14. Web safe color of #dc006d is #cc0066. Color #dc006d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 01101101
Octal 334 0 155
Decimal 220 0 109
Hex DC 0 6D

RGB Percentages of Color #dc006d

%66.87
%0.00
%33.13

CMYK Percentages of Color #dc006d

%0
%100
%50
%14

Triadic Colors of #dc006d

#dc006d #6ddc00 #006ddc

Analogous Colors of #dc006d

#dc006d #dc0100 #dc00db

Monochromatic Colors of #dc006d

#dc006d

Complementary Color

#dc006d #00dc6f

#dc006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc006d Color CSS Codes

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

#dc006d Text Font Color

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

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


#dc006d Background Color

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

This div background color is #dc006d


#dc006d Border Color

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

This div border color is #dc006d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc006d


Comments

No comments written yet.

Please login to write comment.