Color Hex Logo

#c120cc Color Hex

#C120CC
(193,32,204)
0 Favorites   0 Comments

Color spaces of #c120cc

RGB 19332204
HSL0.820.730.46
HSV296°84°80°
CMYK 0.050.840.00   0.20
XYZ33.407916.730158.5952
Yxy16.73010.30720.1539
Hunter Lab40.902474.2142-56.3048
CIE-Lab47.918177.3544-52.4750

#c120cc color RGB value is (193,32,204).

#c120cc hex color red value is 193, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c120cc hue: 0.82 , saturation: 0.73 and the lightness value of c120cc is 0.46.

The process color (four color CMYK) of #c120cc color hex is 0.05, 0.84, 0.00, 0.20. Web safe color of #c120cc is #cc33cc. Color #c120cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100000 11001100
Octal 301 40 314
Decimal 193 32 204
Hex C1 20 CC

RGB Percentages of Color #c120cc

%44.99
%7.46
%47.55

CMYK Percentages of Color #c120cc

%5
%84
%0
%20

Triadic Colors of #c120cc

#c120cc #ccc120 #20ccc1

Analogous Colors of #c120cc

#c120cc #cc2081 #6b20cc

Monochromatic Colors of #c120cc

#c120cc

Complementary Color

#c120cc #2bcc20

#c120cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c120cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c120cc Color CSS Codes

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

#c120cc Text Font Color

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

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


#c120cc Background Color

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

This div background color is #c120cc


#c120cc Border Color

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

This div border color is #c120cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c120cc


Comments

No comments written yet.

Please login to write comment.