Color Hex Logo

#966ab1 Color Hex

#966AB1
(150,106,177)
0 Favorites   0 Comments

Color spaces of #966ab1

RGB 150106177
HSL0.770.310.55
HSV277°40°69°
CMYK 0.150.400.00   0.31
XYZ25.667519.966444.0961
Yxy19.96640.28610.2225
Hunter Lab44.683824.3383-27.2316
CIE-Lab51.799230.9475-31.0759

#966ab1 color RGB value is (150,106,177).

#966ab1 hex color red value is 150, green value is 106 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #966ab1 hue: 0.77 , saturation: 0.31 and the lightness value of 966ab1 is 0.55.

The process color (four color CMYK) of #966ab1 color hex is 0.15, 0.40, 0.00, 0.31. Web safe color of #966ab1 is #996699. Color #966ab1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 10110001
Octal 226 152 261
Decimal 150 106 177
Hex 96 6A B1

RGB Percentages of Color #966ab1

%34.64
%24.48
%40.88

CMYK Percentages of Color #966ab1

%15
%40
%0
%31

Triadic Colors of #966ab1

#966ab1 #b1966a #6ab196

Analogous Colors of #966ab1

#966ab1 #b16aa9 #736ab1

Monochromatic Colors of #966ab1

#966ab1

Complementary Color

#966ab1 #85b16a

#966ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ab1 Color CSS Codes

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

#966ab1 Text Font Color

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

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


#966ab1 Background Color

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

This div background color is #966ab1


#966ab1 Border Color

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

This div border color is #966ab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ab1


Comments

No comments written yet.

Please login to write comment.