Color Hex Logo

#9c96ba Color Hex

#9C96BA
(156,150,186)
0 Favorites   0 Comments

Color spaces of #9c96ba

RGB 156150186
HSL0.690.210.66
HSV250°19°73°
CMYK 0.160.190.00   0.27
XYZ33.479632.425850.9486
Yxy32.42580.28650.2775
Hunter Lab56.94375.2964-13.1874
CIE-Lab63.69339.6105-17.8678

#9c96ba color RGB value is (156,150,186).

#9c96ba hex color red value is 156, green value is 150 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9c96ba hue: 0.69 , saturation: 0.21 and the lightness value of 9c96ba is 0.66.

The process color (four color CMYK) of #9c96ba color hex is 0.16, 0.19, 0.00, 0.27. Web safe color of #9c96ba is #9999cc. Color #9c96ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10010110 10111010
Octal 234 226 272
Decimal 156 150 186
Hex 9C 96 BA

RGB Percentages of Color #9c96ba

%31.71
%30.49
%37.80

CMYK Percentages of Color #9c96ba

%16
%19
%0
%27

Triadic Colors of #9c96ba

#9c96ba #ba9c96 #96ba9c

Analogous Colors of #9c96ba

#9c96ba #ae96ba #96a2ba

Monochromatic Colors of #9c96ba

#9c96ba

Complementary Color

#9c96ba #b4ba96

#9c96ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c96ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c96ba Color CSS Codes

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

#9c96ba Text Font Color

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

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


#9c96ba Background Color

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

This div background color is #9c96ba


#9c96ba Border Color

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

This div border color is #9c96ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c96ba


Comments

No comments written yet.

Please login to write comment.