Color Hex Logo

#95848d Color Hex

#95848D
(149,132,141)
0 Favorites   0 Comments

Color spaces of #95848d

RGB 149132141
HSL0.910.070.55
HSV328°11°58°
CMYK 0.000.110.05   0.42
XYZ25.453424.815228.6476
Yxy24.81520.32250.3145
Hunter Lab49.81494.03040.7738
CIE-Lab56.89498.0821-2.4752

#95848d color RGB value is (149,132,141).

#95848d hex color red value is 149, green value is 132 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #95848d hue: 0.91 , saturation: 0.07 and the lightness value of 95848d is 0.55.

The process color (four color CMYK) of #95848d color hex is 0.00, 0.11, 0.05, 0.42. Web safe color of #95848d is #999999. Color #95848d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000100 10001101
Octal 225 204 215
Decimal 149 132 141
Hex 95 84 8D

RGB Percentages of Color #95848d

%35.31
%31.28
%33.41

CMYK Percentages of Color #95848d

%0
%11
%5
%42

Triadic Colors of #95848d

#95848d #8d9584 #848d95

Analogous Colors of #95848d

#95848d #958485 #958495

Monochromatic Colors of #95848d

#95848d

Complementary Color

#95848d #84958c

#95848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95848d Color CSS Codes

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

#95848d Text Font Color

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

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


#95848d Background Color

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

This div background color is #95848d


#95848d Border Color

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

This div border color is #95848d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,132,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95848d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95848d;
  -webkit-box-shadow: 1px 1px 3px 2px #95848d;
  box-shadow:         1px 1px 3px 2px #95848d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,132,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95848d


Comments

No comments written yet.

Please login to write comment.