Color Hex Logo

#c329ab Color Hex

#C329AB
(195,41,171)
0 Favorites   0 Comments

Color spaces of #c329ab

RGB 19541171
HSL0.860.650.46
HSV309°79°76°
CMYK 0.000.790.12   0.24
XYZ30.649316.128340.0257
Yxy16.12830.35310.1858
Hunter Lab40.160165.9473-30.9796
CIE-Lab47.142470.7056-34.4042

#c329ab color RGB value is (195,41,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101001 10101011
Octal 303 51 253
Decimal 195 41 171
Hex C3 29 AB

RGB Percentages of Color #c329ab

%47.91
%10.07
%42.01

CMYK Percentages of Color #c329ab

%0
%79
%12
%24

Triadic Colors of #c329ab

#c329ab #abc329 #29abc3

Analogous Colors of #c329ab

#c329ab #c3295e #8e29c3

Monochromatic Colors of #c329ab

#c329ab

Complementary Color

#c329ab #29c341

#c329ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c329ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c329ab Color CSS Codes

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

#c329ab Text Font Color

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

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


#c329ab Background Color

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

This div background color is #c329ab


#c329ab Border Color

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

This div border color is #c329ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c329ab


Comments

No comments written yet.

Please login to write comment.