Color Hex Logo

#9196ba Color Hex

#9196BA
(145,150,186)
0 Favorites   0 Comments

Color spaces of #9196ba

RGB 145150186
HSL0.650.230.65
HSV233°22°73°
CMYK 0.220.190.00   0.27
XYZ31.446331.377650.8535
Yxy31.37760.27660.2760
Hunter Lab56.01572.1795-14.6150
CIE-Lab62.82516.0542-19.2679

#9196ba color RGB value is (145,150,186).

#9196ba hex color red value is 145, green value is 150 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9196ba hue: 0.65 , saturation: 0.23 and the lightness value of 9196ba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10010110 10111010
Octal 221 226 272
Decimal 145 150 186
Hex 91 96 BA

RGB Percentages of Color #9196ba

%30.15
%31.19
%38.67

CMYK Percentages of Color #9196ba

%22
%19
%0
%27

Triadic Colors of #9196ba

#9196ba #ba9196 #96ba91

Analogous Colors of #9196ba

#9196ba #a191ba #91abba

Monochromatic Colors of #9196ba

#9196ba

Complementary Color

#9196ba #bab591

#9196ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9196ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9196ba Color CSS Codes

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

#9196ba Text Font Color

<p style="color:#9196ba">Text here</p>

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


#9196ba Background Color

<div style="background-color:#9196ba">
Div content here</div>

This div background color is #9196ba


#9196ba Border Color

<div style="border:3px solid #9196ba">
Div here</div>

This div border color is #9196ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,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 #9196ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9196ba


Comments

No comments written yet.

Please login to write comment.