Color Hex Logo

#98689a Color Hex

#98689A
(152,104,154)
0 Favorites   0 Comments

Color spaces of #98689a

RGB 152104154
HSL0.830.200.51
HSV298°32°60°
CMYK 0.010.320.00   0.40
XYZ23.731918.909132.9709
Yxy18.90910.31390.2501
Hunter Lab43.484621.3191-14.5157
CIE-Lab50.580727.8626-19.5091

#98689a color RGB value is (152,104,154).

#98689a hex color red value is 152, green value is 104 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #98689a hue: 0.83 , saturation: 0.20 and the lightness value of 98689a is 0.51.

The process color (four color CMYK) of #98689a color hex is 0.01, 0.32, 0.00, 0.40. Web safe color of #98689a is #996699. Color #98689a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101000 10011010
Octal 230 150 232
Decimal 152 104 154
Hex 98 68 9A

RGB Percentages of Color #98689a

%37.07
%25.37
%37.56

CMYK Percentages of Color #98689a

%1
%32
%0
%40

Triadic Colors of #98689a

#98689a #9a9868 #689a98

Analogous Colors of #98689a

#98689a #9a6883 #7f689a

Monochromatic Colors of #98689a

#98689a

Complementary Color

#98689a #6a9a68

#98689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98689a Color CSS Codes

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

#98689a Text Font Color

<p style="color:#98689a">Text here</p>

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


#98689a Background Color

<div style="background-color:#98689a">
Div content here</div>

This div background color is #98689a


#98689a Border Color

<div style="border:3px solid #98689a">
Div here</div>

This div border color is #98689a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98689a


Comments

No comments written yet.

Please login to write comment.