Color Hex Logo

#968189 Color Hex

#968189
(150,129,137)
0 Favorites   0 Comments

Color spaces of #968189

RGB 150129137
HSL0.940.090.55
HSV337°14°59°
CMYK 0.000.140.09   0.41
XYZ24.943323.990726.9829
Yxy23.99070.32860.3160
Hunter Lab48.98035.18591.6238
CIE-Lab56.07859.4337-1.3508

#968189 color RGB value is (150,129,137).

#968189 hex color red value is 150, green value is 129 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #968189 hue: 0.94 , saturation: 0.09 and the lightness value of 968189 is 0.55.

The process color (four color CMYK) of #968189 color hex is 0.00, 0.14, 0.09, 0.41. Web safe color of #968189 is #999999. Color #968189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 10001001
Octal 226 201 211
Decimal 150 129 137
Hex 96 81 89

RGB Percentages of Color #968189

%36.06
%31.01
%32.93

CMYK Percentages of Color #968189

%0
%14
%9
%41

Triadic Colors of #968189

#968189 #899681 #818996

Analogous Colors of #968189

#968189 #968481 #968194

Monochromatic Colors of #968189

#968189

Complementary Color

#968189 #81968e

#968189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968189 Color CSS Codes

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

#968189 Text Font Color

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

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


#968189 Background Color

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

This div background color is #968189


#968189 Border Color

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

This div border color is #968189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,129,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968189;
  -webkit-box-shadow: 1px 1px 3px 2px #968189;
  box-shadow:         1px 1px 3px 2px #968189; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968189


Comments

No comments written yet.

Please login to write comment.