Color Hex Logo

#963bdc Color Hex

#963BDC
(150,59,220)
0 Favorites   0 Comments

Color spaces of #963bdc

RGB 15059220
HSL0.760.700.55
HSV274°73°86°
CMYK 0.320.730.00   0.14
XYZ27.059914.779369.1366
Yxy14.77930.24380.1332
Hunter Lab38.443958.3660-79.7152
CIE-Lab45.330464.5715-66.1593

#963bdc color RGB value is (150,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111011 11011100
Octal 226 73 334
Decimal 150 59 220
Hex 96 3B DC

RGB Percentages of Color #963bdc

%34.97
%13.75
%51.28

CMYK Percentages of Color #963bdc

%32
%73
%0
%14

Triadic Colors of #963bdc

#963bdc #dc963b #3bdc96

Analogous Colors of #963bdc

#963bdc #dc3bd2 #463bdc

Monochromatic Colors of #963bdc

#963bdc

Complementary Color

#963bdc #81dc3b

#963bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#963bdc Color CSS Codes

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

#963bdc Text Font Color

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

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


#963bdc Background Color

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

This div background color is #963bdc


#963bdc Border Color

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

This div border color is #963bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963bdc


Comments

No comments written yet.

Please login to write comment.