Color Hex Logo

#963faa Color Hex

#963FAA
(150,63,170)
0 Favorites   0 Comments

Color spaces of #963faa

RGB 15063170
HSL0.800.460.46
HSV289°63°67°
CMYK 0.120.630.00   0.33
XYZ21.610912.941339.3891
Yxy12.94130.29230.1750
Hunter Lab35.974044.2769-39.7367
CIE-Lab42.674752.2664-41.3435

#963faa color RGB value is (150,63,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111111 10101010
Octal 226 77 252
Decimal 150 63 170
Hex 96 3F AA

RGB Percentages of Color #963faa

%39.16
%16.45
%44.39

CMYK Percentages of Color #963faa

%12
%63
%0
%33

Triadic Colors of #963faa

#963faa #aa963f #3faa96

Analogous Colors of #963faa

#963faa #aa3f89 #613faa

Monochromatic Colors of #963faa

#963faa

Complementary Color

#963faa #53aa3f

#963faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#963faa Color CSS Codes

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

#963faa Text Font Color

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

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


#963faa Background Color

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

This div background color is #963faa


#963faa Border Color

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

This div border color is #963faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963faa


Comments

No comments written yet.

Please login to write comment.