Color Hex Logo

#966bbb Color Hex

#966BBB
(150,107,187)
0 Favorites   0 Comments

Color spaces of #966bbb

RGB 150107187
HSL0.760.370.58
HSV272°43°73°
CMYK 0.200.430.00   0.27
XYZ26.805020.587349.5747
Yxy20.58730.27640.2123
Hunter Lab45.373226.0487-33.0189
CIE-Lab52.494832.6544-35.7670

#966bbb color RGB value is (150,107,187).

#966bbb hex color red value is 150, green value is 107 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #966bbb hue: 0.76 , saturation: 0.37 and the lightness value of 966bbb is 0.58.

The process color (four color CMYK) of #966bbb color hex is 0.20, 0.43, 0.00, 0.27. Web safe color of #966bbb is #9966cc. Color #966bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101011 10111011
Octal 226 153 273
Decimal 150 107 187
Hex 96 6B BB

RGB Percentages of Color #966bbb

%33.78
%24.10
%42.12

CMYK Percentages of Color #966bbb

%20
%43
%0
%27

Triadic Colors of #966bbb

#966bbb #bb966b #6bbb96

Analogous Colors of #966bbb

#966bbb #bb6bb8 #6e6bbb

Monochromatic Colors of #966bbb

#966bbb

Complementary Color

#966bbb #90bb6b

#966bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966bbb Color CSS Codes

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

#966bbb Text Font Color

<p style="color:#966bbb">Text here</p>

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


#966bbb Background Color

<div style="background-color:#966bbb">
Div content here</div>

This div background color is #966bbb


#966bbb Border Color

<div style="border:3px solid #966bbb">
Div here</div>

This div border color is #966bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,107,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #966bbb;
  box-shadow:         1px 1px 3px 2px #966bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966bbb


Comments

No comments written yet.

Please login to write comment.