Color Hex Logo

#967cbe Color Hex

#967CBE
(150,124,190)
0 Favorites   0 Comments

Color spaces of #967cbe

RGB 150124190
HSL0.730.340.62
HSV264°35°75°
CMYK 0.210.350.00   0.25
XYZ29.079624.617051.9341
Yxy24.61700.27530.2330
Hunter Lab49.615517.7915-27.3298
CIE-Lab56.700323.5513-30.9193

#967cbe color RGB value is (150,124,190).

#967cbe hex color red value is 150, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #967cbe hue: 0.73 , saturation: 0.34 and the lightness value of 967cbe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 10111110
Octal 226 174 276
Decimal 150 124 190
Hex 96 7C BE

RGB Percentages of Color #967cbe

%32.33
%26.72
%40.95

CMYK Percentages of Color #967cbe

%21
%35
%0
%25

Triadic Colors of #967cbe

#967cbe #be967c #7cbe96

Analogous Colors of #967cbe

#967cbe #b77cbe #7c83be

Monochromatic Colors of #967cbe

#967cbe

Complementary Color

#967cbe #a4be7c

#967cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cbe Color CSS Codes

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

#967cbe Text Font Color

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

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


#967cbe Background Color

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

This div background color is #967cbe


#967cbe Border Color

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

This div border color is #967cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cbe


Comments

No comments written yet.

Please login to write comment.