Color Hex Logo

#98248f Color Hex

#98248F
(152,36,143)
0 Favorites   0 Comments

Color spaces of #98248f

RGB 15236143
HSL0.850.620.37
HSV305°76°60°
CMYK 0.000.760.06   0.40
XYZ18.53779.920326.9244
Yxy9.92030.33470.1791
Hunter Lab31.496549.9397-28.6358
CIE-Lab37.699058.5017-32.9487

#98248f color RGB value is (152,36,143).

#98248f hex color red value is 152, green value is 36 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #98248f hue: 0.85 , saturation: 0.62 and the lightness value of 98248f is 0.37.

The process color (four color CMYK) of #98248f color hex is 0.00, 0.76, 0.06, 0.40. Web safe color of #98248f is #993399. Color #98248f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100100 10001111
Octal 230 44 217
Decimal 152 36 143
Hex 98 24 8F

RGB Percentages of Color #98248f

%45.92
%10.88
%43.20

CMYK Percentages of Color #98248f

%0
%76
%6
%40

Triadic Colors of #98248f

#98248f #8f9824 #248f98

Analogous Colors of #98248f

#98248f #982455 #672498

Monochromatic Colors of #98248f

#98248f

Complementary Color

#98248f #24982d

#98248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98248f Color CSS Codes

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

#98248f Text Font Color

<p style="color:#98248f">Text here</p>

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


#98248f Background Color

<div style="background-color:#98248f">
Div content here</div>

This div background color is #98248f


#98248f Border Color

<div style="border:3px solid #98248f">
Div here</div>

This div border color is #98248f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,36,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98248f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98248f;
  -webkit-box-shadow: 1px 1px 3px 2px #98248f;
  box-shadow:         1px 1px 3px 2px #98248f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98248f


Comments

No comments written yet.

Please login to write comment.