Color Hex Logo

#988890 Color Hex

#988890
(152,136,144)
0 Favorites   0 Comments

Color spaces of #988890

RGB 152136144
HSL0.920.070.56
HSV330°11°60°
CMYK 0.000.110.05   0.40
XYZ26.787126.297330.0496
Yxy26.29730.32220.3163
Hunter Lab51.28093.49971.1538
CIE-Lab58.31827.4808-2.0788

#988890 color RGB value is (152,136,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 10010000
Octal 230 210 220
Decimal 152 136 144
Hex 98 88 90

RGB Percentages of Color #988890

%35.19
%31.48
%33.33

CMYK Percentages of Color #988890

%0
%11
%5
%40

Triadic Colors of #988890

#988890 #909888 #889098

Analogous Colors of #988890

#988890 #988888 #988898

Monochromatic Colors of #988890

#988890

Complementary Color

#988890 #889890

#988890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988890 Color CSS Codes

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

#988890 Text Font Color

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

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


#988890 Background Color

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

This div background color is #988890


#988890 Border Color

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

This div border color is #988890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988890


Comments

No comments written yet.

Please login to write comment.