Color Hex Logo

#965bfb Color Hex

#965BFB
(150,91,251)
0 Favorites   0 Comments

Color spaces of #965bfb

RGB 15091251
HSL0.730.950.67
HSV262°64°98°
CMYK 0.400.640.00   0.02
XYZ33.731320.931293.5291
Yxy20.93120.22760.1412
Hunter Lab45.750651.5420-89.1825
CIE-Lab52.874157.1274-71.3705

#965bfb color RGB value is (150,91,251).

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

The process color (four color CMYK) of #965bfb color hex is 0.40, 0.64, 0.00, 0.02. Web safe color of #965bfb is #9966ff. Color #965bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011011 11111011
Octal 226 133 373
Decimal 150 91 251
Hex 96 5B FB

RGB Percentages of Color #965bfb

%30.49
%18.50
%51.02

CMYK Percentages of Color #965bfb

%40
%64
%0
%2

Triadic Colors of #965bfb

#965bfb #fb965b #5bfb96

Analogous Colors of #965bfb

#965bfb #e65bfb #5b70fb

Monochromatic Colors of #965bfb

#965bfb

Complementary Color

#965bfb #c0fb5b

#965bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#965bfb Color CSS Codes

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

#965bfb Text Font Color

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

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


#965bfb Background Color

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

This div background color is #965bfb


#965bfb Border Color

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

This div border color is #965bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965bfb


Comments

No comments written yet.

Please login to write comment.