Color Hex Logo

#98319e Color Hex

#98319E
(152,49,158)
0 Favorites   0 Comments

Color spaces of #98319e

RGB 15249158
HSL0.820.530.41
HSV297°69°62°
CMYK 0.040.690.00   0.38
XYZ20.218811.340633.4711
Yxy11.34060.31090.1744
Hunter Lab33.675848.2379-35.3565
CIE-Lab40.148356.4571-38.1717

#98319e color RGB value is (152,49,158).

#98319e hex color red value is 152, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #98319e hue: 0.82 , saturation: 0.53 and the lightness value of 98319e is 0.41.

The process color (four color CMYK) of #98319e color hex is 0.04, 0.69, 0.00, 0.38. Web safe color of #98319e is #993399. Color #98319e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110001 10011110
Octal 230 61 236
Decimal 152 49 158
Hex 98 31 9E

RGB Percentages of Color #98319e

%42.34
%13.65
%44.01

CMYK Percentages of Color #98319e

%4
%69
%0
%38

Triadic Colors of #98319e

#98319e #9e9831 #319e98

Analogous Colors of #98319e

#98319e #9e316e #62319e

Monochromatic Colors of #98319e

#98319e

Complementary Color

#98319e #379e31

#98319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98319e Color CSS Codes

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

#98319e Text Font Color

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

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


#98319e Background Color

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

This div background color is #98319e


#98319e Border Color

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

This div border color is #98319e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98319e


Comments

No comments written yet.

Please login to write comment.