Color Hex Logo

#98688c Color Hex

#98688C
(152,104,140)
0 Favorites   0 Comments

Color spaces of #98688c

RGB 152104140
HSL0.880.190.50
HSV315°32°60°
CMYK 0.000.320.08   0.40
XYZ22.632818.469527.1830
Yxy18.46950.33140.2705
Hunter Lab42.976218.7963-7.4184
CIE-Lab50.060725.1664-12.0361

#98688c color RGB value is (152,104,140).

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

The process color (four color CMYK) of #98688c color hex is 0.00, 0.32, 0.08, 0.40. Web safe color of #98688c is #996699. Color #98688c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101000 10001100
Octal 230 150 214
Decimal 152 104 140
Hex 98 68 8C

RGB Percentages of Color #98688c

%38.38
%26.26
%35.35

CMYK Percentages of Color #98688c

%0
%32
%8
%40

Triadic Colors of #98688c

#98688c #8c9868 #688c98

Analogous Colors of #98688c

#98688c #986874 #8c6898

Monochromatic Colors of #98688c

#98688c

Complementary Color

#98688c #689874

#98688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98688c Color CSS Codes

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

#98688c Text Font Color

<p style="color:#98688c">Text here</p>

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


#98688c Background Color

<div style="background-color:#98688c">
Div content here</div>

This div background color is #98688c


#98688c Border Color

<div style="border:3px solid #98688c">
Div here</div>

This div border color is #98688c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98688c


Comments

No comments written yet.

Please login to write comment.