Color Hex Logo

#963fae Color Hex

#963FAE
(150,63,174)
0 Favorites   0 Comments

Color spaces of #963fae

RGB 15063174
HSL0.800.470.46
HSV287°64°68°
CMYK 0.140.640.00   0.32
XYZ21.995213.095041.4127
Yxy13.09500.28750.1712
Hunter Lab36.187045.1686-42.5210
CIE-Lab42.906053.0674-43.3443

#963fae color RGB value is (150,63,174).

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

The process color (four color CMYK) of #963fae color hex is 0.14, 0.64, 0.00, 0.32. Web safe color of #963fae is #993399. Color #963fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111111 10101110
Octal 226 77 256
Decimal 150 63 174
Hex 96 3F AE

RGB Percentages of Color #963fae

%38.76
%16.28
%44.96

CMYK Percentages of Color #963fae

%14
%64
%0
%32

Triadic Colors of #963fae

#963fae #ae963f #3fae96

Analogous Colors of #963fae

#963fae #ae3f8f #5f3fae

Monochromatic Colors of #963fae

#963fae

Complementary Color

#963fae #57ae3f

#963fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#963fae Color CSS Codes

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

#963fae Text Font Color

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

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


#963fae Background Color

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

This div background color is #963fae


#963fae Border Color

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

This div border color is #963fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963fae


Comments

No comments written yet.

Please login to write comment.