Color Hex Logo

#98398c Color Hex

#98398C
(152,57,140)
0 Favorites   0 Comments

Color spaces of #98398c

RGB 15257140
HSL0.850.450.41
HSV308°63°60°
CMYK 0.000.630.08   0.40
XYZ19.145611.495126.0206
Yxy11.49510.33790.2029
Hunter Lab33.904441.4650-21.7701
CIE-Lab40.402149.9858-26.8675

#98398c color RGB value is (152,57,140).

#98398c hex color red value is 152, green value is 57 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #98398c hue: 0.85 , saturation: 0.45 and the lightness value of 98398c is 0.41.

The process color (four color CMYK) of #98398c color hex is 0.00, 0.63, 0.08, 0.40. Web safe color of #98398c is #993399. Color #98398c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111001 10001100
Octal 230 71 214
Decimal 152 57 140
Hex 98 39 8C

RGB Percentages of Color #98398c

%43.55
%16.33
%40.11

CMYK Percentages of Color #98398c

%0
%63
%8
%40

Triadic Colors of #98398c

#98398c #8c9839 #398c98

Analogous Colors of #98398c

#98398c #98395d #753998

Monochromatic Colors of #98398c

#98398c

Complementary Color

#98398c #399845

#98398c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98398c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98398c Color CSS Codes

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

#98398c Text Font Color

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

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


#98398c Background Color

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

This div background color is #98398c


#98398c Border Color

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

This div border color is #98398c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98398c


Comments

No comments written yet.

Please login to write comment.