Color Hex Logo

#c032ac Color Hex

#C032AC
(192,50,172)
0 Favorites   0 Comments

Color spaces of #c032ac

RGB 19250172
HSL0.860.590.47
HSV308°74°75°
CMYK 0.000.740.10   0.25
XYZ30.325216.466240.6097
Yxy16.46620.34700.1884
Hunter Lab40.578662.3842-30.9305
CIE-Lab47.580367.6052-34.3426

#c032ac color RGB value is (192,50,172).

#c032ac hex color red value is 192, green value is 50 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c032ac hue: 0.86 , saturation: 0.59 and the lightness value of c032ac is 0.47.

The process color (four color CMYK) of #c032ac color hex is 0.00, 0.74, 0.10, 0.25. Web safe color of #c032ac is #cc3399. Color #c032ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110010 10101100
Octal 300 62 254
Decimal 192 50 172
Hex C0 32 AC

RGB Percentages of Color #c032ac

%46.38
%12.08
%41.55

CMYK Percentages of Color #c032ac

%0
%74
%10
%25

Triadic Colors of #c032ac

#c032ac #acc032 #32acc0

Analogous Colors of #c032ac

#c032ac #c03265 #8d32c0

Monochromatic Colors of #c032ac

#c032ac

Complementary Color

#c032ac #32c046

#c032ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c032ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c032ac Color CSS Codes

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

#c032ac Text Font Color

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

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


#c032ac Background Color

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

This div background color is #c032ac


#c032ac Border Color

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

This div border color is #c032ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c032ac


Comments

No comments written yet.

Please login to write comment.