Color Hex Logo

#98495e Color Hex

#98495E
(152,73,94)
0 Favorites   0 Comments

Color spaces of #98495e

RGB 1527394
HSL0.960.350.44
HSV344°52°60°
CMYK 0.000.520.38   0.40
XYZ17.351812.248612.0394
Yxy12.24860.41670.2942
Hunter Lab34.998027.25274.1027
CIE-Lab41.608535.33033.3309

#98495e color RGB value is (152,73,94).

#98495e hex color red value is 152, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #98495e hue: 0.96 , saturation: 0.35 and the lightness value of 98495e is 0.44.

The process color (four color CMYK) of #98495e color hex is 0.00, 0.52, 0.38, 0.40. Web safe color of #98495e is #993366. Color #98495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 01011110
Octal 230 111 136
Decimal 152 73 94
Hex 98 49 5E

RGB Percentages of Color #98495e

%47.65
%22.88
%29.47

CMYK Percentages of Color #98495e

%0
%52
%38
%40

Triadic Colors of #98495e

#98495e #5e9849 #495e98

Analogous Colors of #98495e

#98495e #985c49 #984986

Monochromatic Colors of #98495e

#98495e

Complementary Color

#98495e #499883

#98495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98495e Color CSS Codes

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

#98495e Text Font Color

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

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


#98495e Background Color

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

This div background color is #98495e


#98495e Border Color

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

This div border color is #98495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98495e


Comments

No comments written yet.

Please login to write comment.