Color Hex Logo

#965beb Color Hex

#965BEB
(150,91,235)
0 Favorites   0 Comments

Color spaces of #965beb

RGB 15091235
HSL0.730.780.64
HSV265°61°92°
CMYK 0.360.610.00   0.08
XYZ31.314219.964480.8003
Yxy19.96440.23710.1512
Hunter Lab44.681546.9056-75.9406
CIE-Lab51.796953.1045-64.1792

#965beb color RGB value is (150,91,235).

#965beb hex color red value is 150, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #965beb hue: 0.73 , saturation: 0.78 and the lightness value of 965beb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011011 11101011
Octal 226 133 353
Decimal 150 91 235
Hex 96 5B EB

RGB Percentages of Color #965beb

%31.51
%19.12
%49.37

CMYK Percentages of Color #965beb

%36
%61
%0
%8

Triadic Colors of #965beb

#965beb #eb965b #5beb96

Analogous Colors of #965beb

#965beb #de5beb #5b68eb

Monochromatic Colors of #965beb

#965beb

Complementary Color

#965beb #b0eb5b

#965beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#965beb Color CSS Codes

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

#965beb Text Font Color

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

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


#965beb Background Color

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

This div background color is #965beb


#965beb Border Color

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

This div border color is #965beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965beb


Comments

No comments written yet.

Please login to write comment.