Color Hex Logo

#963fcc Color Hex

#963FCC
(150,63,204)
0 Favorites   0 Comments

Color spaces of #963fcc

RGB 15063204
HSL0.770.580.52
HSV277°69°80°
CMYK 0.260.690.00   0.20
XYZ25.254314.398758.5749
Yxy14.39870.25710.1466
Hunter Lab37.945652.3939-64.9613
CIE-Lab44.799459.3755-57.8334

#963fcc color RGB value is (150,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111111 11001100
Octal 226 77 314
Decimal 150 63 204
Hex 96 3F CC

RGB Percentages of Color #963fcc

%35.97
%15.11
%48.92

CMYK Percentages of Color #963fcc

%26
%69
%0
%20

Triadic Colors of #963fcc

#963fcc #cc963f #3fcc96

Analogous Colors of #963fcc

#963fcc #cc3fbc #503fcc

Monochromatic Colors of #963fcc

#963fcc

Complementary Color

#963fcc #75cc3f

#963fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#963fcc Color CSS Codes

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

#963fcc Text Font Color

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

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


#963fcc Background Color

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

This div background color is #963fcc


#963fcc Border Color

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

This div border color is #963fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,63,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 #963fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963fcc


Comments

No comments written yet.

Please login to write comment.