Color Hex Logo

#964deb Color Hex

#964DEB
(150,77,235)
0 Favorites   0 Comments

Color spaces of #964deb

RGB 15077235
HSL0.740.800.61
HSV268°67°92°
CMYK 0.360.670.00   0.08
XYZ30.227017.789980.4379
Yxy17.78990.23530.1385
Hunter Lab42.178154.1107-83.5474
CIE-Lab49.240360.0808-68.3161

#964deb color RGB value is (150,77,235).

#964deb hex color red value is 150, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #964deb hue: 0.74 , saturation: 0.80 and the lightness value of 964deb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001101 11101011
Octal 226 115 353
Decimal 150 77 235
Hex 96 4D EB

RGB Percentages of Color #964deb

%32.47
%16.67
%50.87

CMYK Percentages of Color #964deb

%36
%67
%0
%8

Triadic Colors of #964deb

#964deb #eb964d #4deb96

Analogous Colors of #964deb

#964deb #e54deb #4d53eb

Monochromatic Colors of #964deb

#964deb

Complementary Color

#964deb #a2eb4d

#964deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#964deb Color CSS Codes

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

#964deb Text Font Color

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

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


#964deb Background Color

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

This div background color is #964deb


#964deb Border Color

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

This div border color is #964deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964deb


Comments

No comments written yet.

Please login to write comment.