Color Hex Logo

#c32aad Color Hex

#C32AAD
(195,42,173)
0 Favorites   0 Comments

Color spaces of #c32aad

RGB 19542173
HSL0.860.650.46
HSV309°78°76°
CMYK 0.000.780.11   0.24
XYZ30.876516.275241.0492
Yxy16.27520.35010.1845
Hunter Lab40.342566.0171-32.0888
CIE-Lab47.333570.7269-35.2856

#c32aad color RGB value is (195,42,173).

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

The process color (four color CMYK) of #c32aad color hex is 0.00, 0.78, 0.11, 0.24. Web safe color of #c32aad is #cc3399. Color #c32aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 10101101
Octal 303 52 255
Decimal 195 42 173
Hex C3 2A AD

RGB Percentages of Color #c32aad

%47.56
%10.24
%42.20

CMYK Percentages of Color #c32aad

%0
%78
%11
%24

Triadic Colors of #c32aad

#c32aad #adc32a #2aadc3

Analogous Colors of #c32aad

#c32aad #c32a61 #8d2ac3

Monochromatic Colors of #c32aad

#c32aad

Complementary Color

#c32aad #2ac340

#c32aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32aad Color CSS Codes

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

#c32aad Text Font Color

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

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


#c32aad Background Color

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

This div background color is #c32aad


#c32aad Border Color

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

This div border color is #c32aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32aad


Comments

No comments written yet.

Please login to write comment.