Color Hex Logo

#9c5577 Color Hex

#9C5577
(156,85,119)
0 Favorites   0 Comments

Color spaces of #9c5577

RGB 15685119
HSL0.920.290.47
HSV331°46°61°
CMYK 0.000.460.24   0.39
XYZ20.288614.896819.2588
Yxy14.89680.37260.2736
Hunter Lab38.596426.2868-2.5670
CIE-Lab45.492533.7648-6.2456

#9c5577 color RGB value is (156,85,119).

#9c5577 hex color red value is 156, green value is 85 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #9c5577 hue: 0.92 , saturation: 0.29 and the lightness value of 9c5577 is 0.47.

The process color (four color CMYK) of #9c5577 color hex is 0.00, 0.46, 0.24, 0.39. Web safe color of #9c5577 is #996666. Color #9c5577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01010101 01110111
Octal 234 125 167
Decimal 156 85 119
Hex 9C 55 77

RGB Percentages of Color #9c5577

%43.33
%23.61
%33.06

CMYK Percentages of Color #9c5577

%0
%46
%24
%39

Triadic Colors of #9c5577

#9c5577 #779c55 #55779c

Analogous Colors of #9c5577

#9c5577 #9c5755 #9c559b

Monochromatic Colors of #9c5577

#9c5577

Complementary Color

#9c5577 #559c7a

#9c5577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5577 Color CSS Codes

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

#9c5577 Text Font Color

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

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


#9c5577 Background Color

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

This div background color is #9c5577


#9c5577 Border Color

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

This div border color is #9c5577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5577


Comments

No comments written yet.

Please login to write comment.