Color Hex Logo

#965bbb Color Hex

#965BBB
(150,91,187)
0 Favorites   0 Comments

Color spaces of #965bbb

RGB 15091187
HSL0.770.410.55
HSV277°51°73°
CMYK 0.200.510.00   0.27
XYZ25.288417.554149.0691
Yxy17.55410.27510.1910
Hunter Lab41.897634.4175-40.1102
CIE-Lab48.950841.6262-41.3526

#965bbb color RGB value is (150,91,187).

#965bbb hex color red value is 150, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #965bbb hue: 0.77 , saturation: 0.41 and the lightness value of 965bbb is 0.55.

The process color (four color CMYK) of #965bbb color hex is 0.20, 0.51, 0.00, 0.27. Web safe color of #965bbb is #9966cc. Color #965bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011011 10111011
Octal 226 133 273
Decimal 150 91 187
Hex 96 5B BB

RGB Percentages of Color #965bbb

%35.05
%21.26
%43.69

CMYK Percentages of Color #965bbb

%20
%51
%0
%27

Triadic Colors of #965bbb

#965bbb #bb965b #5bbb96

Analogous Colors of #965bbb

#965bbb #bb5bb0 #665bbb

Monochromatic Colors of #965bbb

#965bbb

Complementary Color

#965bbb #80bb5b

#965bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#965bbb Color CSS Codes

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

#965bbb Text Font Color

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

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


#965bbb Background Color

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

This div background color is #965bbb


#965bbb Border Color

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

This div border color is #965bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965bbb


Comments

No comments written yet.

Please login to write comment.