Color Hex Logo

#98719c Color Hex

#98719C
(152,113,156)
0 Favorites   0 Comments

Color spaces of #98719c

RGB 152113156
HSL0.820.180.53
HSV294°28°61°
CMYK 0.030.280.00   0.39
XYZ24.854820.886034.1739
Yxy20.88600.31100.2614
Hunter Lab45.701217.1009-12.3443
CIE-Lab52.824523.0804-17.2544

#98719c color RGB value is (152,113,156).

#98719c hex color red value is 152, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #98719c hue: 0.82 , saturation: 0.18 and the lightness value of 98719c is 0.53.

The process color (four color CMYK) of #98719c color hex is 0.03, 0.28, 0.00, 0.39. Web safe color of #98719c is #996699. Color #98719c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110001 10011100
Octal 230 161 234
Decimal 152 113 156
Hex 98 71 9C

RGB Percentages of Color #98719c

%36.10
%26.84
%37.05

CMYK Percentages of Color #98719c

%3
%28
%0
%39

Triadic Colors of #98719c

#98719c #9c9871 #719c98

Analogous Colors of #98719c

#98719c #9c718b #83719c

Monochromatic Colors of #98719c

#98719c

Complementary Color

#98719c #759c71

#98719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98719c Color CSS Codes

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

#98719c Text Font Color

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

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


#98719c Background Color

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

This div background color is #98719c


#98719c Border Color

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

This div border color is #98719c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98719c


Comments

No comments written yet.

Please login to write comment.