Color Hex Logo

#987992 Color Hex

#987992
(152,121,146)
0 Favorites   0 Comments

Color spaces of #987992

RGB 152121146
HSL0.870.130.54
HSV312°20°60°
CMYK 0.000.200.04   0.40
XYZ24.974622.425530.2064
Yxy22.42550.32180.2890
Hunter Lab47.355611.2659-4.6700
CIE-Lab54.475616.4766-8.9300

#987992 color RGB value is (152,121,146).

#987992 hex color red value is 152, green value is 121 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #987992 hue: 0.87 , saturation: 0.13 and the lightness value of 987992 is 0.54.

The process color (four color CMYK) of #987992 color hex is 0.00, 0.20, 0.04, 0.40. Web safe color of #987992 is #996699. Color #987992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 10010010
Octal 230 171 222
Decimal 152 121 146
Hex 98 79 92

RGB Percentages of Color #987992

%36.28
%28.88
%34.84

CMYK Percentages of Color #987992

%0
%20
%4
%40

Triadic Colors of #987992

#987992 #929879 #799298

Analogous Colors of #987992

#987992 #987983 #8f7998

Monochromatic Colors of #987992

#987992

Complementary Color

#987992 #79987f

#987992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987992 Color CSS Codes

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

#987992 Text Font Color

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

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


#987992 Background Color

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

This div background color is #987992


#987992 Border Color

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

This div border color is #987992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987992


Comments

No comments written yet.

Please login to write comment.