Color Hex Logo

#c32caf Color Hex

#C32CAF
(195,44,175)
0 Favorites   0 Comments

Color spaces of #c32caf

RGB 19544175
HSL0.860.630.47
HSV308°77°76°
CMYK 0.000.770.10   0.24
XYZ31.144216.498642.1005
Yxy16.49860.34700.1838
Hunter Lab40.618565.7825-33.0204
CIE-Lab47.622070.4740-36.0113

#c32caf color RGB value is (195,44,175).

#c32caf hex color red value is 195, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c32caf hue: 0.86 , saturation: 0.63 and the lightness value of c32caf is 0.47.

The process color (four color CMYK) of #c32caf color hex is 0.00, 0.77, 0.10, 0.24. Web safe color of #c32caf is #cc3399. Color #c32caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101100 10101111
Octal 303 54 257
Decimal 195 44 175
Hex C3 2C AF

RGB Percentages of Color #c32caf

%47.10
%10.63
%42.27

CMYK Percentages of Color #c32caf

%0
%77
%10
%24

Triadic Colors of #c32caf

#c32caf #afc32c #2cafc3

Analogous Colors of #c32caf

#c32caf #c32c63 #8c2cc3

Monochromatic Colors of #c32caf

#c32caf

Complementary Color

#c32caf #2cc340

#c32caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32caf Color CSS Codes

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

#c32caf Text Font Color

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

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


#c32caf Background Color

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

This div background color is #c32caf


#c32caf Border Color

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

This div border color is #c32caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,44,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c32caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32caf


Comments

No comments written yet.

Please login to write comment.