Color Hex Logo

#dc0cdb Color Hex

#DC0CDB
(220,12,219)
0 Favorites   0 Comments

Color spaces of #dc0cdb

RGB 22012219
HSL0.830.900.45
HSV300°95°86°
CMYK 0.000.950.00   0.14
XYZ42.432920.593168.7562
Yxy20.59310.32200.1563
Hunter Lab45.379687.4948-58.0666
CIE-Lab52.501386.8779-53.4799

#dc0cdb color RGB value is (220,12,219).

#dc0cdb hex color red value is 220, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dc0cdb hue: 0.83 , saturation: 0.90 and the lightness value of dc0cdb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001100 11011011
Octal 334 14 333
Decimal 220 12 219
Hex DC C DB

RGB Percentages of Color #dc0cdb

%48.78
%2.66
%48.56

CMYK Percentages of Color #dc0cdb

%0
%95
%0
%14

Triadic Colors of #dc0cdb

#dc0cdb #dbdc0c #0cdbdc

Analogous Colors of #dc0cdb

#dc0cdb #dc0c73 #750cdc

Monochromatic Colors of #dc0cdb

#dc0cdb

Complementary Color

#dc0cdb #0cdc0d

#dc0cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0cdb Color CSS Codes

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

#dc0cdb Text Font Color

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

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


#dc0cdb Background Color

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

This div background color is #dc0cdb


#dc0cdb Border Color

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

This div border color is #dc0cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0cdb


Comments

No comments written yet.

Please login to write comment.