Color Hex Logo

#c329aa Color Hex

#C329AA
(195,41,170)
0 Favorites   0 Comments

Color spaces of #c329aa

RGB 19541170
HSL0.860.650.46
HSV310°79°76°
CMYK 0.000.790.13   0.24
XYZ30.554316.090339.5255
Yxy16.09030.35460.1867
Hunter Lab40.112765.7682-30.3431
CIE-Lab47.092770.5649-33.8904

#c329aa color RGB value is (195,41,170).

#c329aa hex color red value is 195, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c329aa hue: 0.86 , saturation: 0.65 and the lightness value of c329aa is 0.46.

The process color (four color CMYK) of #c329aa color hex is 0.00, 0.79, 0.13, 0.24. Web safe color of #c329aa is #cc3399. Color #c329aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101001 10101010
Octal 303 51 252
Decimal 195 41 170
Hex C3 29 AA

RGB Percentages of Color #c329aa

%48.03
%10.10
%41.87

CMYK Percentages of Color #c329aa

%0
%79
%13
%24

Triadic Colors of #c329aa

#c329aa #aac329 #29aac3

Analogous Colors of #c329aa

#c329aa #c3295d #8f29c3

Monochromatic Colors of #c329aa

#c329aa

Complementary Color

#c329aa #29c342

#c329aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c329aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c329aa Color CSS Codes

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

#c329aa Text Font Color

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

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


#c329aa Background Color

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

This div background color is #c329aa


#c329aa Border Color

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

This div border color is #c329aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c329aa


Comments

No comments written yet.

Please login to write comment.