Color Hex Logo

#98318a Color Hex

#98318A
(152,49,138)
0 Favorites   0 Comments

Color spaces of #98318a

RGB 15249138
HSL0.860.510.39
HSV308°68°60°
CMYK 0.000.680.09   0.40
XYZ18.634710.707025.1293
Yxy10.70700.34210.1966
Hunter Lab32.721644.3918-22.6281
CIE-Lab39.082553.0431-27.7091

#98318a color RGB value is (152,49,138).

#98318a hex color red value is 152, green value is 49 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #98318a hue: 0.86 , saturation: 0.51 and the lightness value of 98318a is 0.39.

The process color (four color CMYK) of #98318a color hex is 0.00, 0.68, 0.09, 0.40. Web safe color of #98318a is #993399. Color #98318a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110001 10001010
Octal 230 61 212
Decimal 152 49 138
Hex 98 31 8A

RGB Percentages of Color #98318a

%44.84
%14.45
%40.71

CMYK Percentages of Color #98318a

%0
%68
%9
%40

Triadic Colors of #98318a

#98318a #8a9831 #318a98

Analogous Colors of #98318a

#98318a #983157 #733198

Monochromatic Colors of #98318a

#98318a

Complementary Color

#98318a #31983f

#98318a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98318a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98318a Color CSS Codes

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

#98318a Text Font Color

<p style="color:#98318a">Text here</p>

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


#98318a Background Color

<div style="background-color:#98318a">
Div content here</div>

This div background color is #98318a


#98318a Border Color

<div style="border:3px solid #98318a">
Div here</div>

This div border color is #98318a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98318a


Comments

No comments written yet.

Please login to write comment.