Color Hex Logo

#960bab Color Hex

#960BAB
(150,11,171)
0 Favorites   0 Comments

Color spaces of #960bab

RGB 15011171
HSL0.810.880.36
HSV292°94°67°
CMYK 0.120.940.00   0.33
XYZ20.04809.663639.3367
Yxy9.66360.29030.1400
Hunter Lab31.086360.7160-53.2652
CIE-Lab37.231868.1855-50.6646

#960bab color RGB value is (150,11,171).

#960bab hex color red value is 150, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #960bab hue: 0.81 , saturation: 0.88 and the lightness value of 960bab is 0.36.

The process color (four color CMYK) of #960bab color hex is 0.12, 0.94, 0.00, 0.33. Web safe color of #960bab is #990099. Color #960bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001011 10101011
Octal 226 13 253
Decimal 150 11 171
Hex 96 B AB

RGB Percentages of Color #960bab

%45.18
%3.31
%51.51

CMYK Percentages of Color #960bab

%12
%94
%0
%33

Triadic Colors of #960bab

#960bab #ab960b #0bab96

Analogous Colors of #960bab

#960bab #ab0b70 #460bab

Monochromatic Colors of #960bab

#960bab

Complementary Color

#960bab #20ab0b

#960bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#960bab Color CSS Codes

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

#960bab Text Font Color

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

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


#960bab Background Color

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

This div background color is #960bab


#960bab Border Color

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

This div border color is #960bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960bab


Comments

No comments written yet.

Please login to write comment.