Color Hex Logo

#c32ccc Color Hex

#C32CCC
(195,44,204)
0 Favorites   0 Comments

Color spaces of #c32ccc

RGB 19544204
HSL0.820.650.49
HSV297°78°80°
CMYK 0.040.780.00   0.20
XYZ34.305417.763158.7473
Yxy17.76310.30960.1603
Hunter Lab42.146371.5359-53.1413
CIE-Lab49.207574.9288-50.3926

#c32ccc color RGB value is (195,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101100 11001100
Octal 303 54 314
Decimal 195 44 204
Hex C3 2C CC

RGB Percentages of Color #c32ccc

%44.02
%9.93
%46.05

CMYK Percentages of Color #c32ccc

%4
%78
%0
%20

Triadic Colors of #c32ccc

#c32ccc #ccc32c #2cccc3

Analogous Colors of #c32ccc

#c32ccc #cc2c85 #732ccc

Monochromatic Colors of #c32ccc

#c32ccc

Complementary Color

#c32ccc #35cc2c

#c32ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ccc Color CSS Codes

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

#c32ccc Text Font Color

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

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


#c32ccc Background Color

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

This div background color is #c32ccc


#c32ccc Border Color

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

This div border color is #c32ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ccc


Comments

No comments written yet.

Please login to write comment.