Color Hex Logo

#966ecd Color Hex

#966ECD
(150,110,205)
0 Favorites   0 Comments

Color spaces of #966ecd

RGB 150110205
HSL0.740.490.62
HSV265°46°80°
CMYK 0.270.460.00   0.20
XYZ29.173122.043760.4749
Yxy22.04370.26120.1974
Hunter Lab46.950728.7482-43.5030
CIE-Lab54.073335.2352-43.5838

#966ecd color RGB value is (150,110,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101110 11001101
Octal 226 156 315
Decimal 150 110 205
Hex 96 6E CD

RGB Percentages of Color #966ecd

%32.26
%23.66
%44.09

CMYK Percentages of Color #966ecd

%27
%46
%0
%20

Triadic Colors of #966ecd

#966ecd #cd966e #6ecd96

Analogous Colors of #966ecd

#966ecd #c66ecd #6e76cd

Monochromatic Colors of #966ecd

#966ecd

Complementary Color

#966ecd #a5cd6e

#966ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ecd Color CSS Codes

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

#966ecd Text Font Color

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

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


#966ecd Background Color

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

This div background color is #966ecd


#966ecd Border Color

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

This div border color is #966ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ecd


Comments

No comments written yet.

Please login to write comment.