Color Hex Logo

#963aab Color Hex

#963AAB
(150,58,171)
0 Favorites   0 Comments

Color spaces of #963aab

RGB 15058171
HSL0.800.490.45
HSV289°66°67°
CMYK 0.120.660.00   0.33
XYZ21.441412.450439.8012
Yxy12.45040.29100.1689
Hunter Lab35.285146.7186-42.1788
CIE-Lab41.923254.7056-43.1344

#963aab color RGB value is (150,58,171).

#963aab hex color red value is 150, green value is 58 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #963aab hue: 0.80 , saturation: 0.49 and the lightness value of 963aab is 0.45.

The process color (four color CMYK) of #963aab color hex is 0.12, 0.66, 0.00, 0.33. Web safe color of #963aab is #993399. Color #963aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111010 10101011
Octal 226 72 253
Decimal 150 58 171
Hex 96 3A AB

RGB Percentages of Color #963aab

%39.58
%15.30
%45.12

CMYK Percentages of Color #963aab

%12
%66
%0
%33

Triadic Colors of #963aab

#963aab #ab963a #3aab96

Analogous Colors of #963aab

#963aab #ab3a88 #5e3aab

Monochromatic Colors of #963aab

#963aab

Complementary Color

#963aab #4fab3a

#963aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#963aab Color CSS Codes

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

#963aab Text Font Color

<p style="color:#963aab">Text here</p>

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


#963aab Background Color

<div style="background-color:#963aab">
Div content here</div>

This div background color is #963aab


#963aab Border Color

<div style="border:3px solid #963aab">
Div here</div>

This div border color is #963aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963aab


Comments

No comments written yet.

Please login to write comment.