Color Hex Logo

#c32acc Color Hex

#C32ACC
(195,42,204)
0 Favorites   0 Comments

Color spaces of #c32acc

RGB 19542204
HSL0.820.660.48
HSV297°79°80°
CMYK 0.040.790.00   0.20
XYZ34.232717.617758.7230
Yxy17.61770.30960.1593
Hunter Lab41.973472.1275-53.5683
CIE-Lab49.029175.4462-50.6777

#c32acc color RGB value is (195,42,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11001100
Octal 303 52 314
Decimal 195 42 204
Hex C3 2A CC

RGB Percentages of Color #c32acc

%44.22
%9.52
%46.26

CMYK Percentages of Color #c32acc

%4
%79
%0
%20

Triadic Colors of #c32acc

#c32acc #ccc32a #2accc3

Analogous Colors of #c32acc

#c32acc #cc2a84 #722acc

Monochromatic Colors of #c32acc

#c32acc

Complementary Color

#c32acc #33cc2a

#c32acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32acc Color CSS Codes

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

#c32acc Text Font Color

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

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


#c32acc Background Color

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

This div background color is #c32acc


#c32acc Border Color

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

This div border color is #c32acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32acc


Comments

No comments written yet.

Please login to write comment.