Color Hex Logo

#98697e Color Hex

#98697E
(152,105,126)
0 Favorites   0 Comments

Color spaces of #98697e

RGB 152105126
HSL0.930.190.50
HSV333°31°60°
CMYK 0.000.310.17   0.40
XYZ21.766418.284922.1208
Yxy18.28490.35010.2941
Hunter Lab42.760816.0297-0.7390
CIE-Lab49.839922.1122-4.0567

#98697e color RGB value is (152,105,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101001 01111110
Octal 230 151 176
Decimal 152 105 126
Hex 98 69 7E

RGB Percentages of Color #98697e

%39.69
%27.42
%32.90

CMYK Percentages of Color #98697e

%0
%31
%17
%40

Triadic Colors of #98697e

#98697e #7e9869 #697e98

Analogous Colors of #98697e

#98697e #986c69 #986996

Monochromatic Colors of #98697e

#98697e

Complementary Color

#98697e #699883

#98697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98697e Color CSS Codes

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

#98697e Text Font Color

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

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


#98697e Background Color

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

This div background color is #98697e


#98697e Border Color

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

This div border color is #98697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98697e


Comments

No comments written yet.

Please login to write comment.