Color Hex Logo

#98496e Color Hex

#98496E
(152,73,110)
0 Favorites   0 Comments

Color spaces of #98496e

RGB 15273110
HSL0.920.350.44
HSV332°52°60°
CMYK 0.000.520.28   0.40
XYZ18.145912.566316.2210
Yxy12.56630.38660.2677
Hunter Lab35.449029.3363-2.3161
CIE-Lab42.102437.4643-5.8471

#98496e color RGB value is (152,73,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 01101110
Octal 230 111 156
Decimal 152 73 110
Hex 98 49 6E

RGB Percentages of Color #98496e

%45.37
%21.79
%32.84

CMYK Percentages of Color #98496e

%0
%52
%28
%40

Triadic Colors of #98496e

#98496e #6e9849 #496e98

Analogous Colors of #98496e

#98496e #984b49 #984996

Monochromatic Colors of #98496e

#98496e

Complementary Color

#98496e #499873

#98496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98496e Color CSS Codes

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

#98496e Text Font Color

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

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


#98496e Background Color

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

This div background color is #98496e


#98496e Border Color

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

This div border color is #98496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98496e


Comments

No comments written yet.

Please login to write comment.