Color Hex Logo

#987858 Color Hex

#987858
(152,120,88)
0 Favorites   0 Comments

Color spaces of #987858

RGB 15212088
HSL0.080.270.47
HSV30°42°60°
CMYK 0.000.210.42   0.40
XYZ21.426820.812912.1205
Yxy20.81290.39420.3829
Hunter Lab45.62123.998716.1828
CIE-Lab52.74417.994522.3151

#987858 color RGB value is (152,120,88).

#987858 hex color red value is 152, green value is 120 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #987858 hue: 0.08 , saturation: 0.27 and the lightness value of 987858 is 0.47.

The process color (four color CMYK) of #987858 color hex is 0.00, 0.21, 0.42, 0.40. Web safe color of #987858 is #996666. Color #987858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111000 01011000
Octal 230 170 130
Decimal 152 120 88
Hex 98 78 58

RGB Percentages of Color #987858

%42.22
%33.33
%24.44

CMYK Percentages of Color #987858

%0
%21
%42
%40

Triadic Colors of #987858

#987858 #589878 #785898

Analogous Colors of #987858

#987858 #989858 #985858

Monochromatic Colors of #987858

#987858

Complementary Color

#987858 #587898

#987858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987858 Color CSS Codes

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

#987858 Text Font Color

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

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


#987858 Background Color

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

This div background color is #987858


#987858 Border Color

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

This div border color is #987858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987858


Comments

No comments written yet.

Please login to write comment.