Color Hex Logo

#c016cc Color Hex

#C016CC
(192,22,204)
0 Favorites   0 Comments

Color spaces of #c016cc

RGB 19222204
HSL0.820.810.44
HSV296°89°80°
CMYK 0.060.890.00   0.20
XYZ32.924216.139958.5068
Yxy16.13990.30610.1500
Hunter Lab40.174575.9807-58.2229
CIE-Lab47.157578.9218-53.7046

#c016cc color RGB value is (192,22,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 11001100
Octal 300 26 314
Decimal 192 22 204
Hex C0 16 CC

RGB Percentages of Color #c016cc

%45.93
%5.26
%48.80

CMYK Percentages of Color #c016cc

%6
%89
%0
%20

Triadic Colors of #c016cc

#c016cc #ccc016 #16ccc0

Analogous Colors of #c016cc

#c016cc #cc167d #6516cc

Monochromatic Colors of #c016cc

#c016cc

Complementary Color

#c016cc #22cc16

#c016cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c016cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c016cc Color CSS Codes

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

#c016cc Text Font Color

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

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


#c016cc Background Color

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

This div background color is #c016cc


#c016cc Border Color

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

This div border color is #c016cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c016cc


Comments

No comments written yet.

Please login to write comment.