Color Hex Logo

#967ebb Color Hex

#967EBB
(150,126,187)
0 Favorites   0 Comments

Color spaces of #967ebb

RGB 150126187
HSL0.730.310.61
HSV264°33°73°
CMYK 0.200.330.00   0.27
XYZ29.008224.993650.3091
Yxy24.99360.27810.2396
Hunter Lab49.993616.0837-24.6686
CIE-Lab57.069221.6854-28.6362

#967ebb color RGB value is (150,126,187).

#967ebb hex color red value is 150, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #967ebb hue: 0.73 , saturation: 0.31 and the lightness value of 967ebb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111110 10111011
Octal 226 176 273
Decimal 150 126 187
Hex 96 7E BB

RGB Percentages of Color #967ebb

%32.40
%27.21
%40.39

CMYK Percentages of Color #967ebb

%20
%33
%0
%27

Triadic Colors of #967ebb

#967ebb #bb967e #7ebb96

Analogous Colors of #967ebb

#967ebb #b57ebb #7e85bb

Monochromatic Colors of #967ebb

#967ebb

Complementary Color

#967ebb #a3bb7e

#967ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ebb Color CSS Codes

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

#967ebb Text Font Color

<p style="color:#967ebb">Text here</p>

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


#967ebb Background Color

<div style="background-color:#967ebb">
Div content here</div>

This div background color is #967ebb


#967ebb Border Color

<div style="border:3px solid #967ebb">
Div here</div>

This div border color is #967ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ebb


Comments

No comments written yet.

Please login to write comment.