Color Hex Logo

#963dac Color Hex

#963DAC
(150,61,172)
0 Favorites   0 Comments

Color spaces of #963dac

RGB 15061172
HSL0.800.480.46
HSV288°65°67°
CMYK 0.130.650.00   0.33
XYZ21.692812.800140.3570
Yxy12.80010.28980.1710
Hunter Lab35.777245.6197-41.8355
CIE-Lab42.460553.5746-42.8706

#963dac color RGB value is (150,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 10101100
Octal 226 75 254
Decimal 150 61 172
Hex 96 3D AC

RGB Percentages of Color #963dac

%39.16
%15.93
%44.91

CMYK Percentages of Color #963dac

%13
%65
%0
%33

Triadic Colors of #963dac

#963dac #ac963d #3dac96

Analogous Colors of #963dac

#963dac #ac3d8b #5f3dac

Monochromatic Colors of #963dac

#963dac

Complementary Color

#963dac #53ac3d

#963dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#963dac Color CSS Codes

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

#963dac Text Font Color

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

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


#963dac Background Color

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

This div background color is #963dac


#963dac Border Color

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

This div border color is #963dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963dac


Comments

No comments written yet.

Please login to write comment.