Color Hex Logo

#dc06db Color Hex

#DC06DB
(220,6,219)
0 Favorites   0 Comments

Color spaces of #dc06db

RGB 2206219
HSL0.830.950.44
HSV300°97°86°
CMYK 0.000.970.00   0.14
XYZ42.366520.460468.7341
Yxy20.46040.32200.1555
Hunter Lab45.233288.0294-58.4309
CIE-Lab52.353887.3141-53.7157

#dc06db color RGB value is (220,6,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 11011011
Octal 334 6 333
Decimal 220 6 219
Hex DC 6 DB

RGB Percentages of Color #dc06db

%49.44
%1.35
%49.21

CMYK Percentages of Color #dc06db

%0
%97
%0
%14

Triadic Colors of #dc06db

#dc06db #dbdc06 #06dbdc

Analogous Colors of #dc06db

#dc06db #dc0670 #7206dc

Monochromatic Colors of #dc06db

#dc06db

Complementary Color

#dc06db #06dc07

#dc06db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc06db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc06db Color CSS Codes

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

#dc06db Text Font Color

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

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


#dc06db Background Color

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

This div background color is #dc06db


#dc06db Border Color

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

This div border color is #dc06db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc06db


Comments

No comments written yet.

Please login to write comment.