Color Hex Logo

#98779e Color Hex

#98779E
(152,119,158)
0 Favorites   0 Comments

Color spaces of #98779e

RGB 152119158
HSL0.810.170.54
HSV291°25°62°
CMYK 0.040.250.00   0.38
XYZ25.717322.337735.3039
Yxy22.33770.30850.2680
Hunter Lab47.262814.4181-11.2039
CIE-Lab54.383520.0172-16.0484

#98779e color RGB value is (152,119,158).

#98779e hex color red value is 152, green value is 119 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #98779e hue: 0.81 , saturation: 0.17 and the lightness value of 98779e is 0.54.

The process color (four color CMYK) of #98779e color hex is 0.04, 0.25, 0.00, 0.38. Web safe color of #98779e is #996699. Color #98779e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110111 10011110
Octal 230 167 236
Decimal 152 119 158
Hex 98 77 9E

RGB Percentages of Color #98779e

%35.43
%27.74
%36.83

CMYK Percentages of Color #98779e

%4
%25
%0
%38

Triadic Colors of #98779e

#98779e #9e9877 #779e98

Analogous Colors of #98779e

#98779e #9e7791 #85779e

Monochromatic Colors of #98779e

#98779e

Complementary Color

#98779e #7d9e77

#98779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98779e Color CSS Codes

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

#98779e Text Font Color

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

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


#98779e Background Color

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

This div background color is #98779e


#98779e Border Color

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

This div border color is #98779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98779e


Comments

No comments written yet.

Please login to write comment.