Color Hex Logo

#c32add Color Hex

#C32ADD
(195,42,221)
0 Favorites   0 Comments

Color spaces of #c32add

RGB 19542221
HSL0.810.720.52
HSV291°81°87°
CMYK 0.120.810.00   0.13
XYZ36.384818.478570.0556
Yxy18.47850.29130.1479
Hunter Lab42.986675.8596-66.5347
CIE-Lab50.071478.2573-58.7435

#c32add color RGB value is (195,42,221).

#c32add hex color red value is 195, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c32add hue: 0.81 , saturation: 0.72 and the lightness value of c32add is 0.52.

The process color (four color CMYK) of #c32add color hex is 0.12, 0.81, 0.00, 0.13. Web safe color of #c32add is #cc33cc. Color #c32add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11011101
Octal 303 52 335
Decimal 195 42 221
Hex C3 2A DD

RGB Percentages of Color #c32add

%42.58
%9.17
%48.25

CMYK Percentages of Color #c32add

%12
%81
%0
%13

Triadic Colors of #c32add

#c32add #ddc32a #2addc3

Analogous Colors of #c32add

#c32add #dd2a9e #6a2add

Monochromatic Colors of #c32add

#c32add

Complementary Color

#c32add #44dd2a

#c32add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32add Color CSS Codes

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

#c32add Text Font Color

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

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


#c32add Background Color

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

This div background color is #c32add


#c32add Border Color

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

This div border color is #c32add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32add


Comments

No comments written yet.

Please login to write comment.