Color Hex Logo

#966beb Color Hex

#966BEB
(150,107,235)
0 Favorites   0 Comments

Color spaces of #966beb

RGB 150107235
HSL0.720.760.67
HSV260°54°92°
CMYK 0.360.540.00   0.08
XYZ32.830822.997681.3059
Yxy22.99760.23940.1677
Hunter Lab47.955838.2794-66.9532
CIE-Lab55.069944.4844-58.9131

#966beb color RGB value is (150,107,235).

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

The process color (four color CMYK) of #966beb color hex is 0.36, 0.54, 0.00, 0.08. Web safe color of #966beb is #9966ff. Color #966beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101011 11101011
Octal 226 153 353
Decimal 150 107 235
Hex 96 6B EB

RGB Percentages of Color #966beb

%30.49
%21.75
%47.76

CMYK Percentages of Color #966beb

%36
%54
%0
%8

Triadic Colors of #966beb

#966beb #eb966b #6beb96

Analogous Colors of #966beb

#966beb #d66beb #6b80eb

Monochromatic Colors of #966beb

#966beb

Complementary Color

#966beb #c0eb6b

#966beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966beb Color CSS Codes

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

#966beb Text Font Color

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

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


#966beb Background Color

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

This div background color is #966beb


#966beb Border Color

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

This div border color is #966beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966beb


Comments

No comments written yet.

Please login to write comment.