Color Hex Logo

#98699f Color Hex

#98699F
(152,105,159)
0 Favorites   0 Comments

Color spaces of #98699f

RGB 152105159
HSL0.810.220.52
HSV292°34°62°
CMYK 0.040.340.00   0.38
XYZ24.258519.281835.2441
Yxy19.28180.30790.2447
Hunter Lab43.911021.7674-16.8499
CIE-Lab51.015328.3011-21.7780

#98699f color RGB value is (152,105,159).

#98699f hex color red value is 152, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #98699f hue: 0.81 , saturation: 0.22 and the lightness value of 98699f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101001 10011111
Octal 230 151 237
Decimal 152 105 159
Hex 98 69 9F

RGB Percentages of Color #98699f

%36.54
%25.24
%38.22

CMYK Percentages of Color #98699f

%4
%34
%0
%38

Triadic Colors of #98699f

#98699f #9f9869 #699f98

Analogous Colors of #98699f

#98699f #9f698b #7d699f

Monochromatic Colors of #98699f

#98699f

Complementary Color

#98699f #709f69

#98699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98699f Color CSS Codes

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

#98699f Text Font Color

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

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


#98699f Background Color

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

This div background color is #98699f


#98699f Border Color

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

This div border color is #98699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98699f


Comments

No comments written yet.

Please login to write comment.