Color Hex Logo

#963fea Color Hex

#963FEA
(150,63,234)
0 Favorites   0 Comments

Color spaces of #963fea

RGB 15063234
HSL0.750.800.58
HSV271°73°92°
CMYK 0.360.730.00   0.08
XYZ29.206515.979679.3869
Yxy15.97960.23450.1283
Hunter Lab39.974560.4618-89.7642
CIE-Lab46.947766.0778-71.4779

#963fea color RGB value is (150,63,234).

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

The process color (four color CMYK) of #963fea color hex is 0.36, 0.73, 0.00, 0.08. Web safe color of #963fea is #9933ff. Color #963fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111111 11101010
Octal 226 77 352
Decimal 150 63 234
Hex 96 3F EA

RGB Percentages of Color #963fea

%33.56
%14.09
%52.35

CMYK Percentages of Color #963fea

%36
%73
%0
%8

Triadic Colors of #963fea

#963fea #ea963f #3fea96

Analogous Colors of #963fea

#963fea #ea3fe9 #403fea

Monochromatic Colors of #963fea

#963fea

Complementary Color

#963fea #93ea3f

#963fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#963fea Color CSS Codes

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

#963fea Text Font Color

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

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


#963fea Background Color

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

This div background color is #963fea


#963fea Border Color

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

This div border color is #963fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963fea


Comments

No comments written yet.

Please login to write comment.