Color Hex Logo

#960bbc Color Hex

#960BBC
(150,11,188)
0 Favorites   0 Comments

Color spaces of #960bbc

RGB 15011188
HSL0.800.890.39
HSV287°94°74°
CMYK 0.200.940.00   0.26
XYZ21.774410.354248.4279
Yxy10.35420.27030.1285
Hunter Lab32.177964.4773-66.7071
CIE-Lab38.470871.1543-58.7507

#960bbc color RGB value is (150,11,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001011 10111100
Octal 226 13 274
Decimal 150 11 188
Hex 96 B BC

RGB Percentages of Color #960bbc

%42.98
%3.15
%53.87

CMYK Percentages of Color #960bbc

%20
%94
%0
%26

Triadic Colors of #960bbc

#960bbc #bc960b #0bbc96

Analogous Colors of #960bbc

#960bbc #bc0b8a #3e0bbc

Monochromatic Colors of #960bbc

#960bbc

Complementary Color

#960bbc #31bc0b

#960bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#960bbc Color CSS Codes

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

#960bbc Text Font Color

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

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


#960bbc Background Color

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

This div background color is #960bbc


#960bbc Border Color

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

This div border color is #960bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960bbc


Comments

No comments written yet.

Please login to write comment.