Color Hex Logo

#963ecc Color Hex

#963ECC
(150,62,204)
0 Favorites   0 Comments

Color spaces of #963ecc

RGB 15062204
HSL0.770.580.52
HSV277°70°80°
CMYK 0.260.700.00   0.20
XYZ25.199414.288958.5566
Yxy14.28890.25700.1457
Hunter Lab37.800752.8439-65.3850
CIE-Lab44.644459.8103-58.0836

#963ecc color RGB value is (150,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111110 11001100
Octal 226 76 314
Decimal 150 62 204
Hex 96 3E CC

RGB Percentages of Color #963ecc

%36.06
%14.90
%49.04

CMYK Percentages of Color #963ecc

%26
%70
%0
%20

Triadic Colors of #963ecc

#963ecc #cc963e #3ecc96

Analogous Colors of #963ecc

#963ecc #cc3ebb #4f3ecc

Monochromatic Colors of #963ecc

#963ecc

Complementary Color

#963ecc #74cc3e

#963ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#963ecc Color CSS Codes

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

#963ecc Text Font Color

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

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


#963ecc Background Color

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

This div background color is #963ecc


#963ecc Border Color

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

This div border color is #963ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963ecc


Comments

No comments written yet.

Please login to write comment.