Color Hex Logo

#960abf Color Hex

#960ABF
(150,10,191)
0 Favorites   0 Comments

Color spaces of #960abf

RGB 15010191
HSL0.800.900.39
HSV286°95°75°
CMYK 0.210.950.00   0.25
XYZ22.090210.462750.1454
Yxy10.46270.26710.1265
Hunter Lab32.346165.2978-69.2736
CIE-Lab38.660471.8090-60.2077

#960abf color RGB value is (150,10,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001010 10111111
Octal 226 12 277
Decimal 150 10 191
Hex 96 A BF

RGB Percentages of Color #960abf

%42.74
%2.85
%54.42

CMYK Percentages of Color #960abf

%21
%95
%0
%25

Triadic Colors of #960abf

#960abf #bf960a #0abf96

Analogous Colors of #960abf

#960abf #bf0a8e #3c0abf

Monochromatic Colors of #960abf

#960abf

Complementary Color

#960abf #33bf0a

#960abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#960abf Color CSS Codes

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

#960abf Text Font Color

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

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


#960abf Background Color

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

This div background color is #960abf


#960abf Border Color

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

This div border color is #960abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960abf


Comments

No comments written yet.

Please login to write comment.