Color Hex Logo

#965bdb Color Hex

#965BDB
(150,91,219)
0 Favorites   0 Comments

Color spaces of #965bdb

RGB 15091219
HSL0.740.640.61
HSV268°58°86°
CMYK 0.320.580.00   0.14
XYZ29.104919.080769.1668
Yxy19.08070.24800.1626
Hunter Lab43.681542.4918-63.3049
CIE-Lab50.781549.1612-56.7859

#965bdb color RGB value is (150,91,219).

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

The process color (four color CMYK) of #965bdb color hex is 0.32, 0.58, 0.00, 0.14. Web safe color of #965bdb is #9966cc. Color #965bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011011 11011011
Octal 226 133 333
Decimal 150 91 219
Hex 96 5B DB

RGB Percentages of Color #965bdb

%32.61
%19.78
%47.61

CMYK Percentages of Color #965bdb

%32
%58
%0
%14

Triadic Colors of #965bdb

#965bdb #db965b #5bdb96

Analogous Colors of #965bdb

#965bdb #d65bdb #5b60db

Monochromatic Colors of #965bdb

#965bdb

Complementary Color

#965bdb #a0db5b

#965bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#965bdb Color CSS Codes

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

#965bdb Text Font Color

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

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


#965bdb Background Color

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

This div background color is #965bdb


#965bdb Border Color

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

This div border color is #965bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965bdb


Comments

No comments written yet.

Please login to write comment.