Color Hex Logo

#c330cc Color Hex

#C330CC
(195,48,204)
0 Favorites   0 Comments

Color spaces of #c330cc

RGB 19548204
HSL0.820.620.49
HSV297°76°80°
CMYK 0.040.760.00   0.20
XYZ34.461718.075658.7994
Yxy18.07560.30950.1624
Hunter Lab42.515470.2847-52.2381
CIE-Lab49.587773.8300-49.7852

#c330cc color RGB value is (195,48,204).

#c330cc hex color red value is 195, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c330cc hue: 0.82 , saturation: 0.62 and the lightness value of c330cc is 0.49.

The process color (four color CMYK) of #c330cc color hex is 0.04, 0.76, 0.00, 0.20. Web safe color of #c330cc is #cc33cc. Color #c330cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110000 11001100
Octal 303 60 314
Decimal 195 48 204
Hex C3 30 CC

RGB Percentages of Color #c330cc

%43.62
%10.74
%45.64

CMYK Percentages of Color #c330cc

%4
%76
%0
%20

Triadic Colors of #c330cc

#c330cc #ccc330 #30ccc3

Analogous Colors of #c330cc

#c330cc #cc3087 #7530cc

Monochromatic Colors of #c330cc

#c330cc

Complementary Color

#c330cc #39cc30

#c330cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c330cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c330cc Color CSS Codes

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

#c330cc Text Font Color

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

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


#c330cc Background Color

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

This div background color is #c330cc


#c330cc Border Color

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

This div border color is #c330cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c330cc


Comments

No comments written yet.

Please login to write comment.