Color Hex Logo

#c006cc Color Hex

#C006CC
(192,6,204)
0 Favorites   0 Comments

Color spaces of #c006cc

RGB 1926204
HSL0.820.940.41
HSV296°97°80°
CMYK 0.060.970.00   0.20
XYZ32.702415.696458.4328
Yxy15.69640.30610.1469
Hunter Lab39.618778.0063-59.7126
CIE-Lab46.573680.6481-54.6427

#c006cc color RGB value is (192,6,204).

#c006cc hex color red value is 192, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c006cc hue: 0.82 , saturation: 0.94 and the lightness value of c006cc is 0.41.

The process color (four color CMYK) of #c006cc color hex is 0.06, 0.97, 0.00, 0.20. Web safe color of #c006cc is #cc00cc. Color #c006cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 11001100
Octal 300 6 314
Decimal 192 6 204
Hex C0 6 CC

RGB Percentages of Color #c006cc

%47.76
%1.49
%50.75

CMYK Percentages of Color #c006cc

%6
%97
%0
%20

Triadic Colors of #c006cc

#c006cc #ccc006 #06ccc0

Analogous Colors of #c006cc

#c006cc #cc0675 #5d06cc

Monochromatic Colors of #c006cc

#c006cc

Complementary Color

#c006cc #12cc06

#c006cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c006cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c006cc Color CSS Codes

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

#c006cc Text Font Color

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

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


#c006cc Background Color

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

This div background color is #c006cc


#c006cc Border Color

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

This div border color is #c006cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c006cc


Comments

No comments written yet.

Please login to write comment.