Color Hex Logo

#c320ac Color Hex

#C320AC
(195,32,172)
0 Favorites   0 Comments

Color spaces of #c320ac

RGB 19532172
HSL0.860.720.45
HSV308°84°76°
CMYK 0.000.840.12   0.24
XYZ30.468615.613740.4376
Yxy15.61370.35220.1805
Hunter Lab39.514268.4880-33.0157
CIE-Lab46.463572.9564-36.0644

#c320ac color RGB value is (195,32,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 10101100
Octal 303 40 254
Decimal 195 32 172
Hex C3 20 AC

RGB Percentages of Color #c320ac

%48.87
%8.02
%43.11

CMYK Percentages of Color #c320ac

%0
%84
%12
%24

Triadic Colors of #c320ac

#c320ac #acc320 #20acc3

Analogous Colors of #c320ac

#c320ac #c3205a #8920c3

Monochromatic Colors of #c320ac

#c320ac

Complementary Color

#c320ac #20c337

#c320ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c320ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c320ac Color CSS Codes

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

#c320ac Text Font Color

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

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


#c320ac Background Color

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

This div background color is #c320ac


#c320ac Border Color

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

This div border color is #c320ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,32,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 #c320ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c320ac


Comments

No comments written yet.

Please login to write comment.