Color Hex Logo

#c32fcc Color Hex

#C32FCC
(195,47,204)
0 Favorites   0 Comments

Color spaces of #c32fcc

RGB 19547204
HSL0.820.630.49
HSV297°77°80°
CMYK 0.040.770.00   0.20
XYZ34.421317.994858.7859
Yxy17.99480.30950.1618
Hunter Lab42.420370.6057-52.4697
CIE-Lab49.489874.1125-49.9415

#c32fcc color RGB value is (195,47,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101111 11001100
Octal 303 57 314
Decimal 195 47 204
Hex C3 2F CC

RGB Percentages of Color #c32fcc

%43.72
%10.54
%45.74

CMYK Percentages of Color #c32fcc

%4
%77
%0
%20

Triadic Colors of #c32fcc

#c32fcc #ccc32f #2fccc3

Analogous Colors of #c32fcc

#c32fcc #cc2f87 #752fcc

Monochromatic Colors of #c32fcc

#c32fcc

Complementary Color

#c32fcc #38cc2f

#c32fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32fcc Color CSS Codes

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

#c32fcc Text Font Color

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

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


#c32fcc Background Color

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

This div background color is #c32fcc


#c32fcc Border Color

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

This div border color is #c32fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32fcc


Comments

No comments written yet.

Please login to write comment.