Color Hex Logo

#964eeb Color Hex

#964EEB
(150,78,235)
0 Favorites   0 Comments

Color spaces of #964eeb

RGB 15078235
HSL0.740.800.61
HSV268°67°92°
CMYK 0.360.670.00   0.08
XYZ30.297517.931080.4614
Yxy17.93100.23540.1393
Hunter Lab42.345053.6115-83.0177
CIE-Lab49.412359.6045-68.0371

#964eeb color RGB value is (150,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001110 11101011
Octal 226 116 353
Decimal 150 78 235
Hex 96 4E EB

RGB Percentages of Color #964eeb

%32.40
%16.85
%50.76

CMYK Percentages of Color #964eeb

%36
%67
%0
%8

Triadic Colors of #964eeb

#964eeb #eb964e #4eeb96

Analogous Colors of #964eeb

#964eeb #e54eeb #4e55eb

Monochromatic Colors of #964eeb

#964eeb

Complementary Color

#964eeb #a3eb4e

#964eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#964eeb Color CSS Codes

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

#964eeb Text Font Color

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

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


#964eeb Background Color

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

This div background color is #964eeb


#964eeb Border Color

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

This div border color is #964eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964eeb


Comments

No comments written yet.

Please login to write comment.