Color Hex Logo

#c01ccc Color Hex

#C01CCC
(192,28,204)
0 Favorites   0 Comments

Color spaces of #c01ccc

RGB 19228204
HSL0.820.760.45
HSV296°86°80°
CMYK 0.060.860.00   0.20
XYZ33.052616.396658.5495
Yxy16.39660.30600.1518
Hunter Lab40.492774.8402-57.3841
CIE-Lab47.490677.9420-53.1699

#c01ccc color RGB value is (192,28,204).

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

The process color (four color CMYK) of #c01ccc color hex is 0.06, 0.86, 0.00, 0.20. Web safe color of #c01ccc is #cc33cc. Color #c01ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011100 11001100
Octal 300 34 314
Decimal 192 28 204
Hex C0 1C CC

RGB Percentages of Color #c01ccc

%45.28
%6.60
%48.11

CMYK Percentages of Color #c01ccc

%6
%86
%0
%20

Triadic Colors of #c01ccc

#c01ccc #ccc01c #1cccc0

Analogous Colors of #c01ccc

#c01ccc #cc1c80 #681ccc

Monochromatic Colors of #c01ccc

#c01ccc

Complementary Color

#c01ccc #28cc1c

#c01ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ccc Color CSS Codes

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

#c01ccc Text Font Color

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

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


#c01ccc Background Color

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

This div background color is #c01ccc


#c01ccc Border Color

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

This div border color is #c01ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ccc


Comments

No comments written yet.

Please login to write comment.