Color Hex Logo

#dc008c Color Hex

#DC008C
(220,0,140)
0 Favorites   0 Comments

Color spaces of #dc008c

RGB 2200140
HSL0.891.000.43
HSV322°100°86°
CMYK 0.001.000.36   0.14
XYZ34.248817.109126.3082
Yxy17.10910.44100.2203
Hunter Lab41.363175.4130-8.7560
CIE-Lab48.397278.2256-13.5385

#dc008c color RGB value is (220,0,140).

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

The process color (four color CMYK) of #dc008c color hex is 0.00, 1.00, 0.36, 0.14. Web safe color of #dc008c is #cc0099. Color #dc008c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 10001100
Octal 334 0 214
Decimal 220 0 140
Hex DC 0 8C

RGB Percentages of Color #dc008c

%61.11
%0.00
%38.89

CMYK Percentages of Color #dc008c

%0
%100
%36
%14

Triadic Colors of #dc008c

#dc008c #8cdc00 #008cdc

Analogous Colors of #dc008c

#dc008c #dc001e #be00dc

Monochromatic Colors of #dc008c

#dc008c

Complementary Color

#dc008c #00dc50

#dc008c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc008c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc008c Color CSS Codes

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

#dc008c Text Font Color

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

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


#dc008c Background Color

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

This div background color is #dc008c


#dc008c Border Color

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

This div border color is #dc008c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc008c


Comments

No comments written yet.

Please login to write comment.