Color Hex Logo

#967bc7 Color Hex

#967BC7
(150,123,199)
0 Favorites   0 Comments

Color spaces of #967bc7

RGB 150123199
HSL0.730.400.63
HSV261°38°78°
CMYK 0.250.380.00   0.22
XYZ29.969424.773557.2350
Yxy24.77350.26760.2212
Hunter Lab49.773020.3760-33.3377
CIE-Lab56.854126.2905-35.7996

#967bc7 color RGB value is (150,123,199).

#967bc7 hex color red value is 150, green value is 123 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #967bc7 hue: 0.73 , saturation: 0.40 and the lightness value of 967bc7 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111011 11000111
Octal 226 173 307
Decimal 150 123 199
Hex 96 7B C7

RGB Percentages of Color #967bc7

%31.78
%26.06
%42.16

CMYK Percentages of Color #967bc7

%25
%38
%0
%22

Triadic Colors of #967bc7

#967bc7 #c7967b #7bc796

Analogous Colors of #967bc7

#967bc7 #bc7bc7 #7b86c7

Monochromatic Colors of #967bc7

#967bc7

Complementary Color

#967bc7 #acc77b

#967bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967bc7 Color CSS Codes

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

#967bc7 Text Font Color

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

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


#967bc7 Background Color

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

This div background color is #967bc7


#967bc7 Border Color

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

This div border color is #967bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967bc7


Comments

No comments written yet.

Please login to write comment.