Color Hex Logo

#c050cc Color Hex

#C050CC
(192,80,204)
0 Favorites   0 Comments

Color spaces of #c050cc

RGB 19280204
HSL0.820.550.56
HSV294°61°80°
CMYK 0.060.610.00   0.20
XYZ35.506021.303459.3673
Yxy21.30340.30560.1834
Hunter Lab46.155656.5419-43.9524
CIE-Lab53.280061.4806-43.9419

#c050cc color RGB value is (192,80,204).

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

The process color (four color CMYK) of #c050cc color hex is 0.06, 0.61, 0.00, 0.20. Web safe color of #c050cc is #cc66cc. Color #c050cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 11001100
Octal 300 120 314
Decimal 192 80 204
Hex C0 50 CC

RGB Percentages of Color #c050cc

%40.34
%16.81
%42.86

CMYK Percentages of Color #c050cc

%6
%61
%0
%20

Triadic Colors of #c050cc

#c050cc #ccc050 #50ccc0

Analogous Colors of #c050cc

#c050cc #cc509a #8250cc

Monochromatic Colors of #c050cc

#c050cc

Complementary Color

#c050cc #5ccc50

#c050cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c050cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c050cc Color CSS Codes

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

#c050cc Text Font Color

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

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


#c050cc Background Color

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

This div background color is #c050cc


#c050cc Border Color

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

This div border color is #c050cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c050cc


Comments

No comments written yet.

Please login to write comment.