Color Hex Logo

#9c3aad Color Hex

#9C3AAD
(156,58,173)
0 Favorites   0 Comments

Color spaces of #9c3aad

RGB 15658173
HSL0.810.500.45
HSV291°66°68°
CMYK 0.100.660.00   0.32
XYZ22.766213.111240.8660
Yxy13.11120.29670.1708
Hunter Lab36.209448.8632-41.5683
CIE-Lab42.930356.5084-42.6620

#9c3aad color RGB value is (156,58,173).

#9c3aad hex color red value is 156, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9c3aad hue: 0.81 , saturation: 0.50 and the lightness value of 9c3aad is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00111010 10101101
Octal 234 72 255
Decimal 156 58 173
Hex 9C 3A AD

RGB Percentages of Color #9c3aad

%40.31
%14.99
%44.70

CMYK Percentages of Color #9c3aad

%10
%66
%0
%32

Triadic Colors of #9c3aad

#9c3aad #ad9c3a #3aad9c

Analogous Colors of #9c3aad

#9c3aad #ad3a85 #633aad

Monochromatic Colors of #9c3aad

#9c3aad

Complementary Color

#9c3aad #4bad3a

#9c3aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c3aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c3aad Color CSS Codes

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

#9c3aad Text Font Color

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

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


#9c3aad Background Color

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

This div background color is #9c3aad


#9c3aad Border Color

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

This div border color is #9c3aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,58,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 #9c3aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c3aad


Comments

No comments written yet.

Please login to write comment.