Color Hex Logo

#c32cc5 Color Hex

#C32CC5
(195,44,197)
0 Favorites   0 Comments

Color spaces of #c32cc5

RGB 19544197
HSL0.830.630.47
HSV299°78°77°
CMYK 0.010.780.00   0.23
XYZ33.484417.434754.4237
Yxy17.43470.31790.1655
Hunter Lab41.754970.0731-48.0507
CIE-Lab48.803273.8088-46.9932

#c32cc5 color RGB value is (195,44,197).

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

The process color (four color CMYK) of #c32cc5 color hex is 0.01, 0.78, 0.00, 0.23. Web safe color of #c32cc5 is #cc33cc. Color #c32cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101100 11000101
Octal 303 54 305
Decimal 195 44 197
Hex C3 2C C5

RGB Percentages of Color #c32cc5

%44.72
%10.09
%45.18

CMYK Percentages of Color #c32cc5

%1
%78
%0
%23

Triadic Colors of #c32cc5

#c32cc5 #c5c32c #2cc5c3

Analogous Colors of #c32cc5

#c32cc5 #c52c7b #772cc5

Monochromatic Colors of #c32cc5

#c32cc5

Complementary Color

#c32cc5 #2ec52c

#c32cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32cc5 Color CSS Codes

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

#c32cc5 Text Font Color

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

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


#c32cc5 Background Color

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

This div background color is #c32cc5


#c32cc5 Border Color

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

This div border color is #c32cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32cc5


Comments

No comments written yet.

Please login to write comment.