Color Hex Logo

#987883 Color Hex

#987883
(152,120,131)
0 Favorites   0 Comments

Color spaces of #987883

RGB 152120131
HSL0.940.130.53
HSV339°21°60°
CMYK 0.000.210.14   0.40
XYZ23.762121.747024.4179
Yxy21.74700.33980.3110
Hunter Lab46.63379.34541.5987
CIE-Lab53.757514.3028-1.2386

#987883 color RGB value is (152,120,131).

#987883 hex color red value is 152, green value is 120 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #987883 hue: 0.94 , saturation: 0.13 and the lightness value of 987883 is 0.53.

The process color (four color CMYK) of #987883 color hex is 0.00, 0.21, 0.14, 0.40. Web safe color of #987883 is #996699. Color #987883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111000 10000011
Octal 230 170 203
Decimal 152 120 131
Hex 98 78 83

RGB Percentages of Color #987883

%37.72
%29.78
%32.51

CMYK Percentages of Color #987883

%0
%21
%14
%40

Triadic Colors of #987883

#987883 #839878 #788398

Analogous Colors of #987883

#987883 #987d78 #987893

Monochromatic Colors of #987883

#987883

Complementary Color

#987883 #78988d

#987883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987883 Color CSS Codes

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

#987883 Text Font Color

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

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


#987883 Background Color

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

This div background color is #987883


#987883 Border Color

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

This div border color is #987883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987883


Comments

No comments written yet.

Please login to write comment.