Color Hex Logo

#966acb Color Hex

#966ACB
(150,106,203)
0 Favorites   0 Comments

Color spaces of #966acb

RGB 150106203
HSL0.740.480.61
HSV267°48°80°
CMYK 0.260.480.00   0.20
XYZ28.511221.103959.0707
Yxy21.10390.26230.1942
Hunter Lab45.939030.3896-44.0808
CIE-Lab53.063037.0197-44.0434

#966acb color RGB value is (150,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 11001011
Octal 226 152 313
Decimal 150 106 203
Hex 96 6A CB

RGB Percentages of Color #966acb

%32.68
%23.09
%44.23

CMYK Percentages of Color #966acb

%26
%48
%0
%20

Triadic Colors of #966acb

#966acb #cb966a #6acb96

Analogous Colors of #966acb

#966acb #c76acb #6a6fcb

Monochromatic Colors of #966acb

#966acb

Complementary Color

#966acb #9fcb6a

#966acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966acb Color CSS Codes

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

#966acb Text Font Color

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

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


#966acb Background Color

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

This div background color is #966acb


#966acb Border Color

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

This div border color is #966acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966acb


Comments

No comments written yet.

Please login to write comment.