Color Hex Logo

#c32acd Color Hex

#C32ACD
(195,42,205)
0 Favorites   0 Comments

Color spaces of #c32acd

RGB 19542205
HSL0.820.660.48
HSV296°80°80°
CMYK 0.050.800.00   0.20
XYZ34.353117.665859.3568
Yxy17.66580.30840.1586
Hunter Lab42.030772.3403-54.3093
CIE-Lab49.088275.6079-51.1594

#c32acd color RGB value is (195,42,205).

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

The process color (four color CMYK) of #c32acd color hex is 0.05, 0.80, 0.00, 0.20. Web safe color of #c32acd is #cc33cc. Color #c32acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11001101
Octal 303 52 315
Decimal 195 42 205
Hex C3 2A CD

RGB Percentages of Color #c32acd

%44.12
%9.50
%46.38

CMYK Percentages of Color #c32acd

%5
%80
%0
%20

Triadic Colors of #c32acd

#c32acd #cdc32a #2acdc3

Analogous Colors of #c32acd

#c32acd #cd2a86 #722acd

Monochromatic Colors of #c32acd

#c32acd

Complementary Color

#c32acd #34cd2a

#c32acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32acd Color CSS Codes

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

#c32acd Text Font Color

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

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


#c32acd Background Color

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

This div background color is #c32acd


#c32acd Border Color

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

This div border color is #c32acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32acd


Comments

No comments written yet.

Please login to write comment.