Color Hex Logo

#966deb Color Hex

#966DEB
(150,109,235)
0 Favorites   0 Comments

Color spaces of #966deb

RGB 150109235
HSL0.720.760.67
HSV260°54°92°
CMYK 0.360.540.00   0.08
XYZ33.041723.419581.3762
Yxy23.41950.23970.1699
Hunter Lab48.393737.1852-65.8232
CIE-Lab55.501843.3720-58.2206

#966deb color RGB value is (150,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 11101011
Octal 226 155 353
Decimal 150 109 235
Hex 96 6D EB

RGB Percentages of Color #966deb

%30.36
%22.06
%47.57

CMYK Percentages of Color #966deb

%36
%54
%0
%8

Triadic Colors of #966deb

#966deb #eb966d #6deb96

Analogous Colors of #966deb

#966deb #d56deb #6d83eb

Monochromatic Colors of #966deb

#966deb

Complementary Color

#966deb #c2eb6d

#966deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966deb Color CSS Codes

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

#966deb Text Font Color

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

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


#966deb Background Color

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

This div background color is #966deb


#966deb Border Color

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

This div border color is #966deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,109,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 #966deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966deb


Comments

No comments written yet.

Please login to write comment.