Color Hex Logo

#9c4aea Color Hex

#9C4AEA
(156,74,234)
0 Favorites   0 Comments

Color spaces of #9c4aea

RGB 15674234
HSL0.750.790.60
HSV271°68°92°
CMYK 0.330.680.00   0.08
XYZ31.010417.906079.6637
Yxy17.90600.24120.1393
Hunter Lab42.315556.7595-81.9993
CIE-Lab49.381962.3937-67.4900

#9c4aea color RGB value is (156,74,234).

#9c4aea hex color red value is 156, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9c4aea hue: 0.75 , saturation: 0.79 and the lightness value of 9c4aea is 0.60.

The process color (four color CMYK) of #9c4aea color hex is 0.33, 0.68, 0.00, 0.08. Web safe color of #9c4aea is #9933ff. Color #9c4aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01001010 11101010
Octal 234 112 352
Decimal 156 74 234
Hex 9C 4A EA

RGB Percentages of Color #9c4aea

%33.62
%15.95
%50.43

CMYK Percentages of Color #9c4aea

%33
%68
%0
%8

Triadic Colors of #9c4aea

#9c4aea #ea9c4a #4aea9c

Analogous Colors of #9c4aea

#9c4aea #ea4ae8 #4c4aea

Monochromatic Colors of #9c4aea

#9c4aea

Complementary Color

#9c4aea #98ea4a

#9c4aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c4aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c4aea Color CSS Codes

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

#9c4aea Text Font Color

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

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


#9c4aea Background Color

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

This div background color is #9c4aea


#9c4aea Border Color

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

This div border color is #9c4aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c4aea


Comments

No comments written yet.

Please login to write comment.