Color Hex Logo

#908188 Color Hex

#908188
(144,129,136)
0 Favorites   0 Comments

Color spaces of #908188

RGB 144129136
HSL0.920.060.54
HSV332°10°56°
CMYK 0.000.100.06   0.44
XYZ23.795823.407426.5565
Yxy23.40740.32260.3173
Hunter Lab48.38123.12631.3225
CIE-Lab55.48956.9862-1.7010

#908188 color RGB value is (144,129,136).

#908188 hex color red value is 144, green value is 129 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #908188 hue: 0.92 , saturation: 0.06 and the lightness value of 908188 is 0.54.

The process color (four color CMYK) of #908188 color hex is 0.00, 0.10, 0.06, 0.44. Web safe color of #908188 is #999999. Color #908188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000001 10001000
Octal 220 201 210
Decimal 144 129 136
Hex 90 81 88

RGB Percentages of Color #908188

%35.21
%31.54
%33.25

CMYK Percentages of Color #908188

%0
%10
%6
%44

Triadic Colors of #908188

#908188 #889081 #818890

Analogous Colors of #908188

#908188 #908281 #908190

Monochromatic Colors of #908188

#908188

Complementary Color

#908188 #819089

#908188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908188 Color CSS Codes

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

#908188 Text Font Color

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

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


#908188 Background Color

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

This div background color is #908188


#908188 Border Color

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

This div border color is #908188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908188


Comments

No comments written yet.

Please login to write comment.