Color Hex Logo

#963ccb Color Hex

#963CCB
(150,60,203)
0 Favorites   0 Comments

Color spaces of #963ccb

RGB 15060203
HSL0.770.580.52
HSV278°70°80°
CMYK 0.260.700.00   0.20
XYZ24.973014.027557.8913
Yxy14.02750.25770.1448
Hunter Lab37.453353.4764-65.4268
CIE-Lab44.272360.4492-58.1068

#963ccb color RGB value is (150,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111100 11001011
Octal 226 74 313
Decimal 150 60 203
Hex 96 3C CB

RGB Percentages of Color #963ccb

%36.32
%14.53
%49.15

CMYK Percentages of Color #963ccb

%26
%70
%0
%20

Triadic Colors of #963ccb

#963ccb #cb963c #3ccb96

Analogous Colors of #963ccb

#963ccb #cb3cb9 #4e3ccb

Monochromatic Colors of #963ccb

#963ccb

Complementary Color

#963ccb #71cb3c

#963ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#963ccb Color CSS Codes

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

#963ccb Text Font Color

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

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


#963ccb Background Color

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

This div background color is #963ccb


#963ccb Border Color

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

This div border color is #963ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963ccb


Comments

No comments written yet.

Please login to write comment.