Color Hex Logo

#9c6080 Color Hex

#9C6080
(156,96,128)
0 Favorites   0 Comments

Color spaces of #9c6080

RGB 15696128
HSL0.910.240.49
HSV328°38°61°
CMYK 0.000.380.18   0.39
XYZ21.789516.992222.5535
Yxy16.99220.35530.2770
Hunter Lab41.221622.2163-3.5841
CIE-Lab48.250229.0723-7.5592

#9c6080 color RGB value is (156,96,128).

#9c6080 hex color red value is 156, green value is 96 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #9c6080 hue: 0.91 , saturation: 0.24 and the lightness value of 9c6080 is 0.49.

The process color (four color CMYK) of #9c6080 color hex is 0.00, 0.38, 0.18, 0.39. Web safe color of #9c6080 is #996699. Color #9c6080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01100000 10000000
Octal 234 140 200
Decimal 156 96 128
Hex 9C 60 80

RGB Percentages of Color #9c6080

%41.05
%25.26
%33.68

CMYK Percentages of Color #9c6080

%0
%38
%18
%39

Triadic Colors of #9c6080

#9c6080 #809c60 #60809c

Analogous Colors of #9c6080

#9c6080 #9c6062 #9a609c

Monochromatic Colors of #9c6080

#9c6080

Complementary Color

#9c6080 #609c7c

#9c6080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c6080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c6080 Color CSS Codes

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

#9c6080 Text Font Color

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

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


#9c6080 Background Color

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

This div background color is #9c6080


#9c6080 Border Color

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

This div border color is #9c6080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c6080


Comments

No comments written yet.

Please login to write comment.