Color Hex Logo

#958189 Color Hex

#958189
(149,129,137)
0 Favorites   0 Comments

Color spaces of #958189

RGB 149129137
HSL0.930.090.55
HSV336°13°58°
CMYK 0.000.130.08   0.42
XYZ24.760023.896226.9743
Yxy23.89620.32740.3160
Hunter Lab48.88374.86511.5021
CIE-Lab55.98379.0561-1.5009

#958189 color RGB value is (149,129,137).

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

The process color (four color CMYK) of #958189 color hex is 0.00, 0.13, 0.08, 0.42. Web safe color of #958189 is #999999. Color #958189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000001 10001001
Octal 225 201 211
Decimal 149 129 137
Hex 95 81 89

RGB Percentages of Color #958189

%35.90
%31.08
%33.01

CMYK Percentages of Color #958189

%0
%13
%8
%42

Triadic Colors of #958189

#958189 #899581 #818995

Analogous Colors of #958189

#958189 #958381 #958193

Monochromatic Colors of #958189

#958189

Complementary Color

#958189 #81958d

#958189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958189 Color CSS Codes

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

#958189 Text Font Color

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

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


#958189 Background Color

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

This div background color is #958189


#958189 Border Color

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

This div border color is #958189


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #958189">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958189


Comments

No comments written yet.

Please login to write comment.