Color Hex Logo

#9c2caa Color Hex

#9C2CAA
(156,44,170)
0 Favorites   0 Comments

Color spaces of #9c2caa

RGB 15644170
HSL0.810.590.42
HSV293°74°67°
CMYK 0.080.740.00   0.33
XYZ21.866711.771639.1498
Yxy11.77160.30040.1617
Hunter Lab34.309853.7216-43.6371
CIE-Lab40.850861.3273-44.1989

#9c2caa color RGB value is (156,44,170).

#9c2caa hex color red value is 156, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9c2caa hue: 0.81 , saturation: 0.59 and the lightness value of 9c2caa is 0.42.

The process color (four color CMYK) of #9c2caa color hex is 0.08, 0.74, 0.00, 0.33. Web safe color of #9c2caa is #993399. Color #9c2caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00101100 10101010
Octal 234 54 252
Decimal 156 44 170
Hex 9C 2C AA

RGB Percentages of Color #9c2caa

%42.16
%11.89
%45.95

CMYK Percentages of Color #9c2caa

%8
%74
%0
%33

Triadic Colors of #9c2caa

#9c2caa #aa9c2c #2caa9c

Analogous Colors of #9c2caa

#9c2caa #aa2c79 #5d2caa

Monochromatic Colors of #9c2caa

#9c2caa

Complementary Color

#9c2caa #3aaa2c

#9c2caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c2caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c2caa Color CSS Codes

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

#9c2caa Text Font Color

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

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


#9c2caa Background Color

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

This div background color is #9c2caa


#9c2caa Border Color

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

This div border color is #9c2caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c2caa


Comments

No comments written yet.

Please login to write comment.