Color Hex Logo

#966ecc Color Hex

#966ECC
(150,110,204)
0 Favorites   0 Comments

Color spaces of #966ecc

RGB 150110204
HSL0.740.480.62
HSV266°46°80°
CMYK 0.260.460.00   0.20
XYZ29.052721.995559.8411
Yxy21.99550.26200.1984
Hunter Lab46.899428.5013-42.8213
CIE-Lab54.022234.9909-43.0956

#966ecc color RGB value is (150,110,204).

#966ecc hex color red value is 150, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #966ecc hue: 0.74 , saturation: 0.48 and the lightness value of 966ecc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101110 11001100
Octal 226 156 314
Decimal 150 110 204
Hex 96 6E CC

RGB Percentages of Color #966ecc

%32.33
%23.71
%43.97

CMYK Percentages of Color #966ecc

%26
%46
%0
%20

Triadic Colors of #966ecc

#966ecc #cc966e #6ecc96

Analogous Colors of #966ecc

#966ecc #c56ecc #6e75cc

Monochromatic Colors of #966ecc

#966ecc

Complementary Color

#966ecc #a4cc6e

#966ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ecc Color CSS Codes

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

#966ecc Text Font Color

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

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


#966ecc Background Color

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

This div background color is #966ecc


#966ecc Border Color

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

This div border color is #966ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ecc


Comments

No comments written yet.

Please login to write comment.