Color Hex Logo

#963aca Color Hex

#963ACA
(150,58,202)
0 Favorites   0 Comments

Color spaces of #963aca

RGB 15058202
HSL0.770.580.51
HSV278°71°79°
CMYK 0.260.710.00   0.21
XYZ24.751413.774457.2313
Yxy13.77440.25850.1438
Hunter Lab37.113954.0931-65.4482
CIE-Lab43.907661.0712-58.1175

#963aca color RGB value is (150,58,202).

#963aca hex color red value is 150, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #963aca hue: 0.77 , saturation: 0.58 and the lightness value of 963aca is 0.51.

The process color (four color CMYK) of #963aca color hex is 0.26, 0.71, 0.00, 0.21. Web safe color of #963aca is #9933cc. Color #963aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111010 11001010
Octal 226 72 312
Decimal 150 58 202
Hex 96 3A CA

RGB Percentages of Color #963aca

%36.59
%14.15
%49.27

CMYK Percentages of Color #963aca

%26
%71
%0
%21

Triadic Colors of #963aca

#963aca #ca963a #3aca96

Analogous Colors of #963aca

#963aca #ca3ab6 #4e3aca

Monochromatic Colors of #963aca

#963aca

Complementary Color

#963aca #6eca3a

#963aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#963aca Color CSS Codes

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

#963aca Text Font Color

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

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


#963aca Background Color

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

This div background color is #963aca


#963aca Border Color

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

This div border color is #963aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963aca


Comments

No comments written yet.

Please login to write comment.