Color Hex Logo

#961aba Color Hex

#961ABA
(150,26,186)
0 Favorites   0 Comments

Color spaces of #961aba

RGB 15026186
HSL0.800.750.42
HSV287°86°73°
CMYK 0.190.860.00   0.27
XYZ21.810010.768047.3833
Yxy10.76800.27280.1347
Hunter Lab32.814661.2131-62.6427
CIE-Lab39.186968.2340-56.4103

#961aba color RGB value is (150,26,186).

#961aba hex color red value is 150, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #961aba hue: 0.80 , saturation: 0.75 and the lightness value of 961aba is 0.42.

The process color (four color CMYK) of #961aba color hex is 0.19, 0.86, 0.00, 0.27. Web safe color of #961aba is #9933cc. Color #961aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 10111010
Octal 226 32 272
Decimal 150 26 186
Hex 96 1A BA

RGB Percentages of Color #961aba

%41.44
%7.18
%51.38

CMYK Percentages of Color #961aba

%19
%86
%0
%27

Triadic Colors of #961aba

#961aba #ba961a #1aba96

Analogous Colors of #961aba

#961aba #ba1a8e #461aba

Monochromatic Colors of #961aba

#961aba

Complementary Color

#961aba #3eba1a

#961aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#961aba Color CSS Codes

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

#961aba Text Font Color

<p style="color:#961aba">Text here</p>

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


#961aba Background Color

<div style="background-color:#961aba">
Div content here</div>

This div background color is #961aba


#961aba Border Color

<div style="border:3px solid #961aba">
Div here</div>

This div border color is #961aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,26,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961aba;
  -webkit-box-shadow: 1px 1px 3px 2px #961aba;
  box-shadow:         1px 1px 3px 2px #961aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961aba


Comments

No comments written yet.

Please login to write comment.