Color Hex Logo

#963fdb Color Hex

#963FDB
(150,63,219)
0 Favorites   0 Comments

Color spaces of #963fdb

RGB 15063219
HSL0.760.680.55
HSV273°71°86°
CMYK 0.320.710.00   0.14
XYZ27.141415.153568.5122
Yxy15.15350.24490.1368
Hunter Lab38.927556.3324-77.1009
CIE-Lab45.843762.6889-64.7552

#963fdb color RGB value is (150,63,219).

#963fdb hex color red value is 150, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #963fdb hue: 0.76 , saturation: 0.68 and the lightness value of 963fdb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111111 11011011
Octal 226 77 333
Decimal 150 63 219
Hex 96 3F DB

RGB Percentages of Color #963fdb

%34.72
%14.58
%50.69

CMYK Percentages of Color #963fdb

%32
%71
%0
%14

Triadic Colors of #963fdb

#963fdb #db963f #3fdb96

Analogous Colors of #963fdb

#963fdb #db3fd2 #483fdb

Monochromatic Colors of #963fdb

#963fdb

Complementary Color

#963fdb #84db3f

#963fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#963fdb Color CSS Codes

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

#963fdb Text Font Color

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

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


#963fdb Background Color

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

This div background color is #963fdb


#963fdb Border Color

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

This div border color is #963fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963fdb


Comments

No comments written yet.

Please login to write comment.