Color Hex Logo

#9c779d Color Hex

#9C779D
(156,119,157)
0 Favorites   0 Comments

Color spaces of #9c779d

RGB 156119157
HSL0.830.160.54
HSV298°24°62°
CMYK 0.010.240.00   0.38
XYZ26.392922.695934.8880
Yxy22.69590.31430.2703
Hunter Lab47.640215.5195-10.0713
CIE-Lab54.757721.2116-14.8615

#9c779d color RGB value is (156,119,157).

#9c779d hex color red value is 156, green value is 119 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9c779d hue: 0.83 , saturation: 0.16 and the lightness value of 9c779d is 0.54.

The process color (four color CMYK) of #9c779d color hex is 0.01, 0.24, 0.00, 0.38. Web safe color of #9c779d is #996699. Color #9c779d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110111 10011101
Octal 234 167 235
Decimal 156 119 157
Hex 9C 77 9D

RGB Percentages of Color #9c779d

%36.11
%27.55
%36.34

CMYK Percentages of Color #9c779d

%1
%24
%0
%38

Triadic Colors of #9c779d

#9c779d #9d9c77 #779d9c

Analogous Colors of #9c779d

#9c779d #9d778b #89779d

Monochromatic Colors of #9c779d

#9c779d

Complementary Color

#9c779d #789d77

#9c779d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c779d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c779d Color CSS Codes

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

#9c779d Text Font Color

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

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


#9c779d Background Color

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

This div background color is #9c779d


#9c779d Border Color

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

This div border color is #9c779d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c779d


Comments

No comments written yet.

Please login to write comment.