Color Hex Logo

#c322ac Color Hex

#C322AC
(195,34,172)
0 Favorites   0 Comments

Color spaces of #c322ac

RGB 19534172
HSL0.860.700.45
HSV309°83°76°
CMYK 0.000.830.12   0.24
XYZ30.524115.724740.4561
Yxy15.72470.35200.1814
Hunter Lab39.654468.0058-32.7306
CIE-Lab46.611272.5276-35.8317

#c322ac color RGB value is (195,34,172).

#c322ac hex color red value is 195, green value is 34 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c322ac hue: 0.86 , saturation: 0.70 and the lightness value of c322ac is 0.45.

The process color (four color CMYK) of #c322ac color hex is 0.00, 0.83, 0.12, 0.24. Web safe color of #c322ac is #cc3399. Color #c322ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100010 10101100
Octal 303 42 254
Decimal 195 34 172
Hex C3 22 AC

RGB Percentages of Color #c322ac

%48.63
%8.48
%42.89

CMYK Percentages of Color #c322ac

%0
%83
%12
%24

Triadic Colors of #c322ac

#c322ac #acc322 #22acc3

Analogous Colors of #c322ac

#c322ac #c3225b #8a22c3

Monochromatic Colors of #c322ac

#c322ac

Complementary Color

#c322ac #22c339

#c322ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c322ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c322ac Color CSS Codes

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

#c322ac Text Font Color

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

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


#c322ac Background Color

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

This div background color is #c322ac


#c322ac Border Color

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

This div border color is #c322ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c322ac


Comments

No comments written yet.

Please login to write comment.