Color Hex Logo

#98575e Color Hex

#98575E
(152,87,94)
0 Favorites   0 Comments

Color spaces of #98575e

RGB 1528794
HSL0.980.270.47
HSV354°43°60°
CMYK 0.000.430.38   0.40
XYZ18.377514.299912.3812
Yxy14.29990.40790.3174
Hunter Lab37.815220.57117.0583
CIE-Lab44.660027.65987.6920

#98575e color RGB value is (152,87,94).

#98575e hex color red value is 152, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #98575e hue: 0.98 , saturation: 0.27 and the lightness value of 98575e is 0.47.

The process color (four color CMYK) of #98575e color hex is 0.00, 0.43, 0.38, 0.40. Web safe color of #98575e is #996666. Color #98575e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010111 01011110
Octal 230 127 136
Decimal 152 87 94
Hex 98 57 5E

RGB Percentages of Color #98575e

%45.65
%26.13
%28.23

CMYK Percentages of Color #98575e

%0
%43
%38
%40

Triadic Colors of #98575e

#98575e #5e9857 #575e98

Analogous Colors of #98575e

#98575e #987157 #98577f

Monochromatic Colors of #98575e

#98575e

Complementary Color

#98575e #579891

#98575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98575e Color CSS Codes

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

#98575e Text Font Color

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

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


#98575e Background Color

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

This div background color is #98575e


#98575e Border Color

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

This div border color is #98575e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,87,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98575e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98575e;
  -webkit-box-shadow: 1px 1px 3px 2px #98575e;
  box-shadow:         1px 1px 3px 2px #98575e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98575e


Comments

No comments written yet.

Please login to write comment.