Color Hex Logo

#967ba2 Color Hex

#967BA2
(150,123,162)
0 Favorites   0 Comments

Color spaces of #967ba2

RGB 150123162
HSL0.780.170.56
HSV282°24°64°
CMYK 0.070.240.00   0.36
XYZ26.182223.258637.2918
Yxy23.25860.30190.2682
Hunter Lab48.227212.5089-12.0871
CIE-Lab55.337717.8412-16.9351

#967ba2 color RGB value is (150,123,162).

#967ba2 hex color red value is 150, green value is 123 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #967ba2 hue: 0.78 , saturation: 0.17 and the lightness value of 967ba2 is 0.56.

The process color (four color CMYK) of #967ba2 color hex is 0.07, 0.24, 0.00, 0.36. Web safe color of #967ba2 is #996699. Color #967ba2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111011 10100010
Octal 226 173 242
Decimal 150 123 162
Hex 96 7B A2

RGB Percentages of Color #967ba2

%34.48
%28.28
%37.24

CMYK Percentages of Color #967ba2

%7
%24
%0
%36

Triadic Colors of #967ba2

#967ba2 #a2967b #7ba296

Analogous Colors of #967ba2

#967ba2 #a27b9b #837ba2

Monochromatic Colors of #967ba2

#967ba2

Complementary Color

#967ba2 #87a27b

#967ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ba2 Color CSS Codes

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

#967ba2 Text Font Color

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

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


#967ba2 Background Color

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

This div background color is #967ba2


#967ba2 Border Color

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

This div border color is #967ba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ba2


Comments

No comments written yet.

Please login to write comment.