Color Hex Logo

#963aac Color Hex

#963AAC
(150,58,172)
0 Favorites   0 Comments

Color spaces of #963aac

RGB 15058172
HSL0.800.500.45
HSV288°66°67°
CMYK 0.130.660.00   0.33
XYZ21.537112.488740.3052
Yxy12.48870.28970.1680
Hunter Lab35.339446.9406-42.8838
CIE-Lab41.982554.9020-43.6332

#963aac color RGB value is (150,58,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111010 10101100
Octal 226 72 254
Decimal 150 58 172
Hex 96 3A AC

RGB Percentages of Color #963aac

%39.47
%15.26
%45.26

CMYK Percentages of Color #963aac

%13
%66
%0
%33

Triadic Colors of #963aac

#963aac #ac963a #3aac96

Analogous Colors of #963aac

#963aac #ac3a89 #5d3aac

Monochromatic Colors of #963aac

#963aac

Complementary Color

#963aac #50ac3a

#963aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#963aac Color CSS Codes

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

#963aac Text Font Color

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

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


#963aac Background Color

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

This div background color is #963aac


#963aac Border Color

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

This div border color is #963aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963aac


Comments

No comments written yet.

Please login to write comment.