Color Hex Logo

#966ebf Color Hex

#966EBF
(150,110,191)
0 Favorites   0 Comments

Color spaces of #966ebf

RGB 150110191
HSL0.750.390.59
HSV270°42°75°
CMYK 0.210.420.00   0.25
XYZ27.557621.397551.9679
Yxy21.39750.27310.2120
Hunter Lab46.257425.3898-34.2291
CIE-Lab53.381831.8716-36.6748

#966ebf color RGB value is (150,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101110 10111111
Octal 226 156 277
Decimal 150 110 191
Hex 96 6E BF

RGB Percentages of Color #966ebf

%33.26
%24.39
%42.35

CMYK Percentages of Color #966ebf

%21
%42
%0
%25

Triadic Colors of #966ebf

#966ebf #bf966e #6ebf96

Analogous Colors of #966ebf

#966ebf #bf6ebf #6e6fbf

Monochromatic Colors of #966ebf

#966ebf

Complementary Color

#966ebf #97bf6e

#966ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ebf Color CSS Codes

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

#966ebf Text Font Color

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

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


#966ebf Background Color

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

This div background color is #966ebf


#966ebf Border Color

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

This div border color is #966ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,110,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 #966ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ebf


Comments

No comments written yet.

Please login to write comment.