Color Hex Logo

#963dff Color Hex

#963DFF
(150,61,255)
0 Favorites   0 Comments

Color spaces of #963dff

RGB 15061255
HSL0.741.000.62
HSV268°76°100°
CMYK 0.410.760.00   0.00
XYZ32.296417.041596.1949
Yxy17.04150.22190.1171
Hunter Lab41.281467.4068-109.2622
CIE-Lab48.312371.6980-81.0252

#963dff color RGB value is (150,61,255).

#963dff hex color red value is 150, green value is 61 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #963dff hue: 0.74 , saturation: 1.00 and the lightness value of 963dff is 0.62.

The process color (four color CMYK) of #963dff color hex is 0.41, 0.76, 0.00, 0.00. Web safe color of #963dff is #9933ff. Color #963dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 11111111
Octal 226 75 377
Decimal 150 61 255
Hex 96 3D FF

RGB Percentages of Color #963dff

%32.19
%13.09
%54.72

CMYK Percentages of Color #963dff

%41
%76
%0
%0

Triadic Colors of #963dff

#963dff #ff963d #3dff96

Analogous Colors of #963dff

#963dff #f73dff #3d45ff

Monochromatic Colors of #963dff

#963dff

Complementary Color

#963dff #a6ff3d

#963dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#963dff Color CSS Codes

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

#963dff Text Font Color

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

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


#963dff Background Color

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

This div background color is #963dff


#963dff Border Color

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

This div border color is #963dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963dff


Comments

No comments written yet.

Please login to write comment.