Color Hex Logo

#963bbd Color Hex

#963BBD
(150,59,189)
0 Favorites   0 Comments

Color spaces of #963bbd

RGB 15059189
HSL0.780.520.49
HSV282°69°74°
CMYK 0.210.690.00   0.26
XYZ23.326913.286149.4791
Yxy13.28610.27100.1543
Hunter Lab36.450150.4466-54.9680
CIE-Lab43.191257.9125-51.7088

#963bbd color RGB value is (150,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111011 10111101
Octal 226 73 275
Decimal 150 59 189
Hex 96 3B BD

RGB Percentages of Color #963bbd

%37.69
%14.82
%47.49

CMYK Percentages of Color #963bbd

%21
%69
%0
%26

Triadic Colors of #963bbd

#963bbd #bd963b #3bbd96

Analogous Colors of #963bbd

#963bbd #bd3ba3 #553bbd

Monochromatic Colors of #963bbd

#963bbd

Complementary Color

#963bbd #62bd3b

#963bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#963bbd Color CSS Codes

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

#963bbd Text Font Color

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

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


#963bbd Background Color

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

This div background color is #963bbd


#963bbd Border Color

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

This div border color is #963bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963bbd


Comments

No comments written yet.

Please login to write comment.