Color Hex Logo

#963bcc Color Hex

#963BCC
(150,59,204)
0 Favorites   0 Comments

Color spaces of #963bcc

RGB 15059204
HSL0.770.590.52
HSV278°71°80°
CMYK 0.260.710.00   0.20
XYZ25.040713.971658.5037
Yxy13.97160.25680.1433
Hunter Lab37.378654.1683-66.6336
CIE-Lab44.192261.0839-58.8143

#963bcc color RGB value is (150,59,204).

#963bcc hex color red value is 150, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #963bcc hue: 0.77 , saturation: 0.59 and the lightness value of 963bcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111011 11001100
Octal 226 73 314
Decimal 150 59 204
Hex 96 3B CC

RGB Percentages of Color #963bcc

%36.32
%14.29
%49.39

CMYK Percentages of Color #963bcc

%26
%71
%0
%20

Triadic Colors of #963bcc

#963bcc #cc963b #3bcc96

Analogous Colors of #963bcc

#963bcc #cc3bba #4e3bcc

Monochromatic Colors of #963bcc

#963bcc

Complementary Color

#963bcc #71cc3b

#963bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#963bcc Color CSS Codes

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

#963bcc Text Font Color

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

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


#963bcc Background Color

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

This div background color is #963bcc


#963bcc Border Color

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

This div border color is #963bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963bcc


Comments

No comments written yet.

Please login to write comment.