Color Hex Logo

#9c7cad Color Hex

#9C7CAD
(156,124,173)
0 Favorites   0 Comments

Color spaces of #9c7cad

RGB 156124173
HSL0.780.230.58
HSV279°28°68°
CMYK 0.100.280.00   0.32
XYZ28.460824.500442.7642
Yxy24.50040.29730.2559
Hunter Lab49.497916.0145-16.5757
CIE-Lab56.585421.6398-21.3188

#9c7cad color RGB value is (156,124,173).

#9c7cad hex color red value is 156, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9c7cad hue: 0.78 , saturation: 0.23 and the lightness value of 9c7cad is 0.58.

The process color (four color CMYK) of #9c7cad color hex is 0.10, 0.28, 0.00, 0.32. Web safe color of #9c7cad is #996699. Color #9c7cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111100 10101101
Octal 234 174 255
Decimal 156 124 173
Hex 9C 7C AD

RGB Percentages of Color #9c7cad

%34.44
%27.37
%38.19

CMYK Percentages of Color #9c7cad

%10
%28
%0
%32

Triadic Colors of #9c7cad

#9c7cad #ad9c7c #7cad9c

Analogous Colors of #9c7cad

#9c7cad #ad7ca6 #847cad

Monochromatic Colors of #9c7cad

#9c7cad

Complementary Color

#9c7cad #8dad7c

#9c7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c7cad Color CSS Codes

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

#9c7cad Text Font Color

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

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


#9c7cad Background Color

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

This div background color is #9c7cad


#9c7cad Border Color

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

This div border color is #9c7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c7cad


Comments

No comments written yet.

Please login to write comment.