Color Hex Logo

#988392 Color Hex

#988392
(152,131,146)
0 Favorites   0 Comments

Color spaces of #988392

RGB 152131146
HSL0.880.090.55
HSV317°14°60°
CMYK 0.000.140.04   0.40
XYZ26.253524.983330.6327
Yxy24.98330.32070.3052
Hunter Lab49.98336.2855-1.3481
CIE-Lab57.059110.7163-5.0864

#988392 color RGB value is (152,131,146).

#988392 hex color red value is 152, green value is 131 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #988392 hue: 0.88 , saturation: 0.09 and the lightness value of 988392 is 0.55.

The process color (four color CMYK) of #988392 color hex is 0.00, 0.14, 0.04, 0.40. Web safe color of #988392 is #999999. Color #988392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000011 10010010
Octal 230 203 222
Decimal 152 131 146
Hex 98 83 92

RGB Percentages of Color #988392

%35.43
%30.54
%34.03

CMYK Percentages of Color #988392

%0
%14
%4
%40

Triadic Colors of #988392

#988392 #929883 #839298

Analogous Colors of #988392

#988392 #988388 #948398

Monochromatic Colors of #988392

#988392

Complementary Color

#988392 #839889

#988392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988392 Color CSS Codes

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

#988392 Text Font Color

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

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


#988392 Background Color

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

This div background color is #988392


#988392 Border Color

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

This div border color is #988392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988392


Comments

No comments written yet.

Please login to write comment.