Color Hex Logo

#968ba4 Color Hex

#968BA4
(150,139,164)
0 Favorites   0 Comments

Color spaces of #968ba4

RGB 150139164
HSL0.740.120.59
HSV266°15°64°
CMYK 0.090.150.00   0.36
XYZ28.511127.629638.9523
Yxy27.62960.29980.2906
Hunter Lab52.56394.8332-7.1420
CIE-Lab59.55269.0469-11.7148

#968ba4 color RGB value is (150,139,164).

#968ba4 hex color red value is 150, green value is 139 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #968ba4 hue: 0.74 , saturation: 0.12 and the lightness value of 968ba4 is 0.59.

The process color (four color CMYK) of #968ba4 color hex is 0.09, 0.15, 0.00, 0.36. Web safe color of #968ba4 is #999999. Color #968ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 10100100
Octal 226 213 244
Decimal 150 139 164
Hex 96 8B A4

RGB Percentages of Color #968ba4

%33.11
%30.68
%36.20

CMYK Percentages of Color #968ba4

%9
%15
%0
%36

Triadic Colors of #968ba4

#968ba4 #a4968b #8ba496

Analogous Colors of #968ba4

#968ba4 #a38ba4 #8b8da4

Monochromatic Colors of #968ba4

#968ba4

Complementary Color

#968ba4 #99a48b

#968ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968ba4 Color CSS Codes

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

#968ba4 Text Font Color

<p style="color:#968ba4">Text here</p>

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


#968ba4 Background Color

<div style="background-color:#968ba4">
Div content here</div>

This div background color is #968ba4


#968ba4 Border Color

<div style="border:3px solid #968ba4">
Div here</div>

This div border color is #968ba4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,139,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968ba4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968ba4;
  -webkit-box-shadow: 1px 1px 3px 2px #968ba4;
  box-shadow:         1px 1px 3px 2px #968ba4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968ba4


Comments

No comments written yet.

Please login to write comment.