Color Hex Logo

#960abb Color Hex

#960ABB
(150,10,187)
0 Favorites   0 Comments

Color spaces of #960abb

RGB 15010187
HSL0.800.900.39
HSV287°95°73°
CMYK 0.200.950.00   0.27
XYZ21.655910.289047.8583
Yxy10.28900.27140.1289
Hunter Lab32.076564.3775-66.0075
CIE-Lab38.356271.0922-58.3474

#960abb color RGB value is (150,10,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001010 10111011
Octal 226 12 273
Decimal 150 10 187
Hex 96 A BB

RGB Percentages of Color #960abb

%43.23
%2.88
%53.89

CMYK Percentages of Color #960abb

%20
%95
%0
%27

Triadic Colors of #960abb

#960abb #bb960a #0abb96

Analogous Colors of #960abb

#960abb #bb0a88 #3e0abb

Monochromatic Colors of #960abb

#960abb

Complementary Color

#960abb #2fbb0a

#960abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#960abb Color CSS Codes

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

#960abb Text Font Color

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

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


#960abb Background Color

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

This div background color is #960abb


#960abb Border Color

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

This div border color is #960abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,10,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 #960abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960abb


Comments

No comments written yet.

Please login to write comment.