Color Hex Logo

#988574 Color Hex

#988574
(152,133,116)
0 Favorites   0 Comments

Color spaces of #988574

RGB 152133116
HSL0.080.150.53
HSV28°24°60°
CMYK 0.000.130.24   0.40
XYZ24.488824.711420.0021
Yxy24.71140.35390.3571
Hunter Lab49.71060.940610.9408
CIE-Lab56.79314.397111.8120

#988574 color RGB value is (152,133,116).

#988574 hex color red value is 152, green value is 133 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #988574 hue: 0.08 , saturation: 0.15 and the lightness value of 988574 is 0.53.

The process color (four color CMYK) of #988574 color hex is 0.00, 0.13, 0.24, 0.40. Web safe color of #988574 is #999966. Color #988574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000101 01110100
Octal 230 205 164
Decimal 152 133 116
Hex 98 85 74

RGB Percentages of Color #988574

%37.91
%33.17
%28.93

CMYK Percentages of Color #988574

%0
%13
%24
%40

Triadic Colors of #988574

#988574 #749885 #857498

Analogous Colors of #988574

#988574 #989774 #987475

Monochromatic Colors of #988574

#988574

Complementary Color

#988574 #748798

#988574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988574 Color CSS Codes

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

#988574 Text Font Color

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

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


#988574 Background Color

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

This div background color is #988574


#988574 Border Color

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

This div border color is #988574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988574


Comments

No comments written yet.

Please login to write comment.