Color Hex Logo

#963dab Color Hex

#963DAB
(150,61,171)
0 Favorites   0 Comments

Color spaces of #963dab

RGB 15061171
HSL0.800.470.45
HSV289°64°67°
CMYK 0.120.640.00   0.33
XYZ21.597112.761839.8531
Yxy12.76180.29100.1720
Hunter Lab35.723745.3976-41.1370
CIE-Lab42.402153.3762-42.3708

#963dab color RGB value is (150,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 10101011
Octal 226 75 253
Decimal 150 61 171
Hex 96 3D AB

RGB Percentages of Color #963dab

%39.27
%15.97
%44.76

CMYK Percentages of Color #963dab

%12
%64
%0
%33

Triadic Colors of #963dab

#963dab #ab963d #3dab96

Analogous Colors of #963dab

#963dab #ab3d89 #5f3dab

Monochromatic Colors of #963dab

#963dab

Complementary Color

#963dab #52ab3d

#963dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#963dab Color CSS Codes

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

#963dab Text Font Color

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

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


#963dab Background Color

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

This div background color is #963dab


#963dab Border Color

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

This div border color is #963dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963dab


Comments

No comments written yet.

Please login to write comment.