Color Hex Logo

#c010cc Color Hex

#C010CC
(192,16,204)
0 Favorites   0 Comments

Color spaces of #c010cc

RGB 19216204
HSL0.820.850.43
HSV296°92°80°
CMYK 0.060.920.00   0.20
XYZ32.822615.936758.4729
Yxy15.93670.30610.1486
Hunter Lab39.920876.9001-58.8989
CIE-Lab46.891379.7075-54.1321

#c010cc color RGB value is (192,16,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 11001100
Octal 300 20 314
Decimal 192 16 204
Hex C0 10 CC

RGB Percentages of Color #c010cc

%46.60
%3.88
%49.51

CMYK Percentages of Color #c010cc

%6
%92
%0
%20

Triadic Colors of #c010cc

#c010cc #ccc010 #10ccc0

Analogous Colors of #c010cc

#c010cc #cc107a #6210cc

Monochromatic Colors of #c010cc

#c010cc

Complementary Color

#c010cc #1ccc10

#c010cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c010cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c010cc Color CSS Codes

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

#c010cc Text Font Color

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

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


#c010cc Background Color

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

This div background color is #c010cc


#c010cc Border Color

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

This div border color is #c010cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c010cc


Comments

No comments written yet.

Please login to write comment.