Color Hex Logo

#98389a Color Hex

#98389A
(152,56,154)
0 Favorites   0 Comments

Color spaces of #98389a

RGB 15256154
HSL0.830.470.41
HSV299°64°60°
CMYK 0.010.640.00   0.40
XYZ20.195811.836831.7922
Yxy11.83680.31640.1855
Hunter Lab34.404744.5728-30.7047
CIE-Lab40.955652.8644-34.4842

#98389a color RGB value is (152,56,154).

#98389a hex color red value is 152, green value is 56 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #98389a hue: 0.83 , saturation: 0.47 and the lightness value of 98389a is 0.41.

The process color (four color CMYK) of #98389a color hex is 0.01, 0.64, 0.00, 0.40. Web safe color of #98389a is #993399. Color #98389a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111000 10011010
Octal 230 70 232
Decimal 152 56 154
Hex 98 38 9A

RGB Percentages of Color #98389a

%41.99
%15.47
%42.54

CMYK Percentages of Color #98389a

%1
%64
%0
%40

Triadic Colors of #98389a

#98389a #9a9838 #389a98

Analogous Colors of #98389a

#98389a #9a386b #67389a

Monochromatic Colors of #98389a

#98389a

Complementary Color

#98389a #3a9a38

#98389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98389a Color CSS Codes

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

#98389a Text Font Color

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

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


#98389a Background Color

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

This div background color is #98389a


#98389a Border Color

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

This div border color is #98389a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98389a


Comments

No comments written yet.

Please login to write comment.