Color Hex Logo

#c006db Color Hex

#C006DB
(192,6,219)
0 Favorites   0 Comments

Color spaces of #c006db

RGB 1926219
HSL0.810.950.44
HSV292°97°86°
CMYK 0.120.970.00   0.14
XYZ34.589516.451268.3702
Yxy16.45120.28970.1378
Hunter Lab40.560181.2441-71.5503
CIE-Lab47.561083.0060-61.6759

#c006db color RGB value is (192,6,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 11011011
Octal 300 6 333
Decimal 192 6 219
Hex C0 6 DB

RGB Percentages of Color #c006db

%46.04
%1.44
%52.52

CMYK Percentages of Color #c006db

%12
%97
%0
%14

Triadic Colors of #c006db

#c006db #dbc006 #06dbc0

Analogous Colors of #c006db

#c006db #db068c #5506db

Monochromatic Colors of #c006db

#c006db

Complementary Color

#c006db #21db06

#c006db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c006db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c006db Color CSS Codes

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

#c006db Text Font Color

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

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


#c006db Background Color

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

This div background color is #c006db


#c006db Border Color

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

This div border color is #c006db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c006db


Comments

No comments written yet.

Please login to write comment.