Color Hex Logo

#966fbf Color Hex

#966FBF
(150,111,191)
0 Favorites   0 Comments

Color spaces of #966fbf

RGB 150111191
HSL0.750.380.59
HSV269°42°75°
CMYK 0.210.420.00   0.25
XYZ27.666121.614552.0041
Yxy21.61450.27320.2134
Hunter Lab46.491424.8618-33.7763
CIE-Lab53.615631.2978-36.3080

#966fbf color RGB value is (150,111,191).

#966fbf hex color red value is 150, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #966fbf hue: 0.75 , saturation: 0.38 and the lightness value of 966fbf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101111 10111111
Octal 226 157 277
Decimal 150 111 191
Hex 96 6F BF

RGB Percentages of Color #966fbf

%33.19
%24.56
%42.26

CMYK Percentages of Color #966fbf

%21
%42
%0
%25

Triadic Colors of #966fbf

#966fbf #bf966f #6fbf96

Analogous Colors of #966fbf

#966fbf #be6fbf #6f70bf

Monochromatic Colors of #966fbf

#966fbf

Complementary Color

#966fbf #98bf6f

#966fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#966fbf Color CSS Codes

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

#966fbf Text Font Color

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

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


#966fbf Background Color

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

This div background color is #966fbf


#966fbf Border Color

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

This div border color is #966fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966fbf


Comments

No comments written yet.

Please login to write comment.