Color Hex Logo

#98687e Color Hex

#98687E
(152,104,126)
0 Favorites   0 Comments

Color spaces of #98687e

RGB 152104126
HSL0.920.190.50
HSV333°32°60°
CMYK 0.000.320.17   0.40
XYZ21.665118.082422.0870
Yxy18.08240.35040.2924
Hunter Lab42.523416.5274-1.0293
CIE-Lab49.595922.6884-4.4174

#98687e color RGB value is (152,104,126).

#98687e hex color red value is 152, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #98687e hue: 0.92 , saturation: 0.19 and the lightness value of 98687e is 0.50.

The process color (four color CMYK) of #98687e color hex is 0.00, 0.32, 0.17, 0.40. Web safe color of #98687e is #996666. Color #98687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101000 01111110
Octal 230 150 176
Decimal 152 104 126
Hex 98 68 7E

RGB Percentages of Color #98687e

%39.79
%27.23
%32.98

CMYK Percentages of Color #98687e

%0
%32
%17
%40

Triadic Colors of #98687e

#98687e #7e9868 #687e98

Analogous Colors of #98687e

#98687e #986a68 #986896

Monochromatic Colors of #98687e

#98687e

Complementary Color

#98687e #689882

#98687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98687e Color CSS Codes

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

#98687e Text Font Color

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

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


#98687e Background Color

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

This div background color is #98687e


#98687e Border Color

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

This div border color is #98687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98687e


Comments

No comments written yet.

Please login to write comment.