Color Hex Logo

#966abb Color Hex

#966ABB
(150,106,187)
0 Favorites   0 Comments

Color spaces of #966abb

RGB 150106187
HSL0.760.370.57
HSV273°43°73°
CMYK 0.200.430.00   0.27
XYZ26.701420.380049.5401
Yxy20.38000.27640.2109
Hunter Lab45.144226.5748-33.4624
CIE-Lab52.264233.2257-36.1289

#966abb color RGB value is (150,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 10111011
Octal 226 152 273
Decimal 150 106 187
Hex 96 6A BB

RGB Percentages of Color #966abb

%33.86
%23.93
%42.21

CMYK Percentages of Color #966abb

%20
%43
%0
%27

Triadic Colors of #966abb

#966abb #bb966a #6abb96

Analogous Colors of #966abb

#966abb #bb6ab8 #6e6abb

Monochromatic Colors of #966abb

#966abb

Complementary Color

#966abb #8fbb6a

#966abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966abb Color CSS Codes

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

#966abb Text Font Color

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

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


#966abb Background Color

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

This div background color is #966abb


#966abb Border Color

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

This div border color is #966abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966abb


Comments

No comments written yet.

Please login to write comment.