Color Hex Logo

#db06cc Color Hex

#DB06CC
(219,6,204)
0 Favorites   0 Comments

Color spaces of #db06cc

RGB 2196204
HSL0.850.950.44
HSV304°97°86°
CMYK 0.000.970.07   0.14
XYZ40.177619.550058.7827
Yxy19.55000.33900.1650
Hunter Lab44.215484.8223-47.8731
CIE-Lab51.324685.0560-46.7752

#db06cc color RGB value is (219,6,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 11001100
Octal 333 6 314
Decimal 219 6 204
Hex DB 6 CC

RGB Percentages of Color #db06cc

%51.05
%1.40
%47.55

CMYK Percentages of Color #db06cc

%0
%97
%7
%14

Triadic Colors of #db06cc

#db06cc #ccdb06 #06ccdb

Analogous Colors of #db06cc

#db06cc #db0662 #8006db

Monochromatic Colors of #db06cc

#db06cc

Complementary Color

#db06cc #06db15

#db06cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db06cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db06cc Color CSS Codes

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

#db06cc Text Font Color

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

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


#db06cc Background Color

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

This div background color is #db06cc


#db06cc Border Color

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

This div border color is #db06cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db06cc


Comments

No comments written yet.

Please login to write comment.