Color Hex Logo

#965bfe Color Hex

#965BFE
(150,91,254)
0 Favorites   0 Comments

Color spaces of #965bfe

RGB 15091254
HSL0.730.990.68
HSV262°64°100°
CMYK 0.410.640.00   0.00
XYZ34.208221.122096.0399
Yxy21.12200.22600.1395
Hunter Lab45.958752.4344-91.7273
CIE-Lab53.082857.8886-72.6971

#965bfe color RGB value is (150,91,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011011 11111110
Octal 226 133 376
Decimal 150 91 254
Hex 96 5B FE

RGB Percentages of Color #965bfe

%30.30
%18.38
%51.31

CMYK Percentages of Color #965bfe

%41
%64
%0
%0

Triadic Colors of #965bfe

#965bfe #fe965b #5bfe96

Analogous Colors of #965bfe

#965bfe #e85bfe #5b72fe

Monochromatic Colors of #965bfe

#965bfe

Complementary Color

#965bfe #c3fe5b

#965bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#965bfe Color CSS Codes

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

#965bfe Text Font Color

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

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


#965bfe Background Color

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

This div background color is #965bfe


#965bfe Border Color

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

This div border color is #965bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.