Color Hex Logo

#960bbe Color Hex

#960BBE
(150,11,190)
0 Favorites   0 Comments

Color spaces of #960bbe

RGB 15011190
HSL0.800.890.39
HSV287°94°75°
CMYK 0.210.940.00   0.25
XYZ21.991610.441149.5714
Yxy10.44110.26820.1273
Hunter Lab32.312764.9376-68.3388
CIE-Lab38.622771.5132-59.6810

#960bbe color RGB value is (150,11,190).

#960bbe hex color red value is 150, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #960bbe hue: 0.80 , saturation: 0.89 and the lightness value of 960bbe is 0.39.

The process color (four color CMYK) of #960bbe color hex is 0.21, 0.94, 0.00, 0.25. Web safe color of #960bbe is #9900cc. Color #960bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001011 10111110
Octal 226 13 276
Decimal 150 11 190
Hex 96 B BE

RGB Percentages of Color #960bbe

%42.74
%3.13
%54.13

CMYK Percentages of Color #960bbe

%21
%94
%0
%25

Triadic Colors of #960bbe

#960bbe #be960b #0bbe96

Analogous Colors of #960bbe

#960bbe #be0b8d #3d0bbe

Monochromatic Colors of #960bbe

#960bbe

Complementary Color

#960bbe #33be0b

#960bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#960bbe Color CSS Codes

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

#960bbe Text Font Color

<p style="color:#960bbe">Text here</p>

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


#960bbe Background Color

<div style="background-color:#960bbe">
Div content here</div>

This div background color is #960bbe


#960bbe Border Color

<div style="border:3px solid #960bbe">
Div here</div>

This div border color is #960bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,11,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #960bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #960bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #960bbe;
  box-shadow:         1px 1px 3px 2px #960bbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960bbe


Comments

No comments written yet.

Please login to write comment.