Color Hex Logo

#966cce Color Hex

#966CCE
(150,108,206)
0 Favorites   0 Comments

Color spaces of #966cce

RGB 150108206
HSL0.740.500.62
HSV266°48°81°
CMYK 0.270.480.00   0.19
XYZ29.080821.665461.0416
Yxy21.66540.26010.1938
Hunter Lab46.546130.0665-45.1720
CIE-Lab53.670236.6169-44.7909

#966cce color RGB value is (150,108,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 11001110
Octal 226 154 316
Decimal 150 108 206
Hex 96 6C CE

RGB Percentages of Color #966cce

%32.33
%23.28
%44.40

CMYK Percentages of Color #966cce

%27
%48
%0
%19

Triadic Colors of #966cce

#966cce #ce966c #6cce96

Analogous Colors of #966cce

#966cce #c76cce #6c73ce

Monochromatic Colors of #966cce

#966cce

Complementary Color

#966cce #a4ce6c

#966cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#966cce Color CSS Codes

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

#966cce Text Font Color

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

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


#966cce Background Color

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

This div background color is #966cce


#966cce Border Color

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

This div border color is #966cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966cce


Comments

No comments written yet.

Please login to write comment.