Color Hex Logo

#963dbc Color Hex

#963DBC
(150,61,188)
0 Favorites   0 Comments

Color spaces of #963dbc

RGB 15061188
HSL0.780.510.49
HSV282°68°74°
CMYK 0.200.680.00   0.26
XYZ23.323513.452448.9442
Yxy13.45240.27210.1569
Hunter Lab36.677549.3238-53.4451
CIE-Lab43.437156.8372-50.7286

#963dbc color RGB value is (150,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 10111100
Octal 226 75 274
Decimal 150 61 188
Hex 96 3D BC

RGB Percentages of Color #963dbc

%37.59
%15.29
%47.12

CMYK Percentages of Color #963dbc

%20
%68
%0
%26

Triadic Colors of #963dbc

#963dbc #bc963d #3dbc96

Analogous Colors of #963dbc

#963dbc #bc3da3 #563dbc

Monochromatic Colors of #963dbc

#963dbc

Complementary Color

#963dbc #63bc3d

#963dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#963dbc Color CSS Codes

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

#963dbc Text Font Color

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

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


#963dbc Background Color

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

This div background color is #963dbc


#963dbc Border Color

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

This div border color is #963dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963dbc


Comments

No comments written yet.

Please login to write comment.