Color Hex Logo

#9c6caa Color Hex

#9C6CAA
(156,108,170)
0 Favorites   0 Comments

Color spaces of #9c6caa

RGB 156108170
HSL0.800.270.55
HSV286°36°67°
CMYK 0.080.360.00   0.33
XYZ26.328620.695340.6371
Yxy20.69530.30030.2361
Hunter Lab45.492123.6959-21.1180
CIE-Lab52.614430.1849-25.6955

#9c6caa color RGB value is (156,108,170).

#9c6caa hex color red value is 156, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9c6caa hue: 0.80 , saturation: 0.27 and the lightness value of 9c6caa is 0.55.

The process color (four color CMYK) of #9c6caa color hex is 0.08, 0.36, 0.00, 0.33. Web safe color of #9c6caa is #996699. Color #9c6caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01101100 10101010
Octal 234 154 252
Decimal 156 108 170
Hex 9C 6C AA

RGB Percentages of Color #9c6caa

%35.94
%24.88
%39.17

CMYK Percentages of Color #9c6caa

%8
%36
%0
%33

Triadic Colors of #9c6caa

#9c6caa #aa9c6c #6caa9c

Analogous Colors of #9c6caa

#9c6caa #aa6c99 #7d6caa

Monochromatic Colors of #9c6caa

#9c6caa

Complementary Color

#9c6caa #7aaa6c

#9c6caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c6caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c6caa Color CSS Codes

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

#9c6caa Text Font Color

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

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


#9c6caa Background Color

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

This div background color is #9c6caa


#9c6caa Border Color

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

This div border color is #9c6caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c6caa


Comments

No comments written yet.

Please login to write comment.