Color Hex Logo

#9c80cc Color Hex

#9C80CC
(156,128,204)
0 Favorites   0 Comments

Color spaces of #9c80cc

RGB 156128204
HSL0.730.430.65
HSV262°37°80°
CMYK 0.240.370.00   0.20
XYZ32.328626.865960.6085
Yxy26.86590.26980.2243
Hunter Lab51.832320.6266-33.0463
CIE-Lab58.850026.3927-35.4692

#9c80cc color RGB value is (156,128,204).

#9c80cc hex color red value is 156, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9c80cc hue: 0.73 , saturation: 0.43 and the lightness value of 9c80cc is 0.65.

The process color (four color CMYK) of #9c80cc color hex is 0.24, 0.37, 0.00, 0.20. Web safe color of #9c80cc is #9999cc. Color #9c80cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000000 11001100
Octal 234 200 314
Decimal 156 128 204
Hex 9C 80 CC

RGB Percentages of Color #9c80cc

%31.97
%26.23
%41.80

CMYK Percentages of Color #9c80cc

%24
%37
%0
%20

Triadic Colors of #9c80cc

#9c80cc #cc9c80 #80cc9c

Analogous Colors of #9c80cc

#9c80cc #c280cc #808acc

Monochromatic Colors of #9c80cc

#9c80cc

Complementary Color

#9c80cc #b0cc80

#9c80cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c80cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c80cc Color CSS Codes

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

#9c80cc Text Font Color

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

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


#9c80cc Background Color

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

This div background color is #9c80cc


#9c80cc Border Color

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

This div border color is #9c80cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c80cc


Comments

No comments written yet.

Please login to write comment.