Color Hex Logo

#963cb3 Color Hex

#963CB3
(150,60,179)
0 Favorites   0 Comments

Color spaces of #963cb3

RGB 15060179
HSL0.790.500.47
HSV285°66°70°
CMYK 0.160.660.00   0.30
XYZ22.330212.970443.9744
Yxy12.97040.28170.1636
Hunter Lab36.014447.6509-47.1842
CIE-Lab42.718655.4259-46.5958

#963cb3 color RGB value is (150,60,179).

#963cb3 hex color red value is 150, green value is 60 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #963cb3 hue: 0.79 , saturation: 0.50 and the lightness value of 963cb3 is 0.47.

The process color (four color CMYK) of #963cb3 color hex is 0.16, 0.66, 0.00, 0.30. Web safe color of #963cb3 is #9933cc. Color #963cb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111100 10110011
Octal 226 74 263
Decimal 150 60 179
Hex 96 3C B3

RGB Percentages of Color #963cb3

%38.56
%15.42
%46.02

CMYK Percentages of Color #963cb3

%16
%66
%0
%30

Triadic Colors of #963cb3

#963cb3 #b3963c #3cb396

Analogous Colors of #963cb3

#963cb3 #b33c95 #5a3cb3

Monochromatic Colors of #963cb3

#963cb3

Complementary Color

#963cb3 #59b33c

#963cb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963cb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963cb3 Color CSS Codes

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

#963cb3 Text Font Color

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

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


#963cb3 Background Color

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

This div background color is #963cb3


#963cb3 Border Color

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

This div border color is #963cb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963cb3


Comments

No comments written yet.

Please login to write comment.