Color Hex Logo

#98779f Color Hex

#98779F
(152,119,159)
0 Favorites   0 Comments

Color spaces of #98779f

RGB 152119159
HSL0.800.170.55
HSV290°25°62°
CMYK 0.040.250.00   0.38
XYZ25.803722.372335.7592
Yxy22.37230.30740.2665
Hunter Lab47.299414.6050-11.7148
CIE-Lab54.419820.2223-16.5739

#98779f color RGB value is (152,119,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110111 10011111
Octal 230 167 237
Decimal 152 119 159
Hex 98 77 9F

RGB Percentages of Color #98779f

%35.35
%27.67
%36.98

CMYK Percentages of Color #98779f

%4
%25
%0
%38

Triadic Colors of #98779f

#98779f #9f9877 #779f98

Analogous Colors of #98779f

#98779f #9f7792 #84779f

Monochromatic Colors of #98779f

#98779f

Complementary Color

#98779f #7e9f77

#98779f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98779f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98779f Color CSS Codes

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

#98779f Text Font Color

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

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


#98779f Background Color

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

This div background color is #98779f


#98779f Border Color

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

This div border color is #98779f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98779f


Comments

No comments written yet.

Please login to write comment.