Color Hex Logo

#966abd Color Hex

#966ABD
(150,106,189)
0 Favorites   0 Comments

Color spaces of #966abd

RGB 150106189
HSL0.760.390.58
HSV272°44°74°
CMYK 0.210.440.00   0.26
XYZ26.917020.466250.6758
Yxy20.46620.27450.2087
Hunter Lab45.239627.0360-34.7469
CIE-Lab52.360333.6905-37.1298

#966abd color RGB value is (150,106,189).

#966abd hex color red value is 150, green value is 106 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #966abd hue: 0.76 , saturation: 0.39 and the lightness value of 966abd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 10111101
Octal 226 152 275
Decimal 150 106 189
Hex 96 6A BD

RGB Percentages of Color #966abd

%33.71
%23.82
%42.47

CMYK Percentages of Color #966abd

%21
%44
%0
%26

Triadic Colors of #966abd

#966abd #bd966a #6abd96

Analogous Colors of #966abd

#966abd #bd6abb #6d6abd

Monochromatic Colors of #966abd

#966abd

Complementary Color

#966abd #91bd6a

#966abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#966abd Color CSS Codes

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

#966abd Text Font Color

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

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


#966abd Background Color

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

This div background color is #966abd


#966abd Border Color

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

This div border color is #966abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966abd


Comments

No comments written yet.

Please login to write comment.