Color Hex Logo

#9c32ae Color Hex

#9C32AE
(156,50,174)
0 Favorites   0 Comments

Color spaces of #9c32ae

RGB 15650174
HSL0.810.550.44
HSV291°71°68°
CMYK 0.100.710.00   0.32
XYZ22.490912.405141.2534
Yxy12.40510.29540.1629
Hunter Lab35.220952.3477-44.7904
CIE-Lab41.852859.8960-44.9742

#9c32ae color RGB value is (156,50,174).

#9c32ae hex color red value is 156, green value is 50 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9c32ae hue: 0.81 , saturation: 0.55 and the lightness value of 9c32ae is 0.44.

The process color (four color CMYK) of #9c32ae color hex is 0.10, 0.71, 0.00, 0.32. Web safe color of #9c32ae is #993399. Color #9c32ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00110010 10101110
Octal 234 62 256
Decimal 156 50 174
Hex 9C 32 AE

RGB Percentages of Color #9c32ae

%41.05
%13.16
%45.79

CMYK Percentages of Color #9c32ae

%10
%71
%0
%32

Triadic Colors of #9c32ae

#9c32ae #ae9c32 #32ae9c

Analogous Colors of #9c32ae

#9c32ae #ae3282 #5e32ae

Monochromatic Colors of #9c32ae

#9c32ae

Complementary Color

#9c32ae #44ae32

#9c32ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c32ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c32ae Color CSS Codes

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

#9c32ae Text Font Color

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

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


#9c32ae Background Color

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

This div background color is #9c32ae


#9c32ae Border Color

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

This div border color is #9c32ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,50,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c32ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c32ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9c32ae;
  box-shadow:         1px 1px 3px 2px #9c32ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,50,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c32ae


Comments

No comments written yet.

Please login to write comment.