Color Hex Logo

#965bfa Color Hex

#965BFA
(150,91,250)
0 Favorites   0 Comments

Color spaces of #965bfa

RGB 15091250
HSL0.730.940.67
HSV262°64°98°
CMYK 0.400.640.00   0.02
XYZ33.574120.868392.7009
Yxy20.86830.22820.1418
Hunter Lab45.681851.2463-88.3383
CIE-Lab52.805156.8743-70.9268

#965bfa color RGB value is (150,91,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011011 11111010
Octal 226 133 372
Decimal 150 91 250
Hex 96 5B FA

RGB Percentages of Color #965bfa

%30.55
%18.53
%50.92

CMYK Percentages of Color #965bfa

%40
%64
%0
%2

Triadic Colors of #965bfa

#965bfa #fa965b #5bfa96

Analogous Colors of #965bfa

#965bfa #e65bfa #5b70fa

Monochromatic Colors of #965bfa

#965bfa

Complementary Color

#965bfa #bffa5b

#965bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#965bfa Color CSS Codes

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

#965bfa Text Font Color

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

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


#965bfa Background Color

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

This div background color is #965bfa


#965bfa Border Color

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

This div border color is #965bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.