Color Hex Logo

#98185a Color Hex

#98185A
(152,24,90)
0 Favorites   0 Comments

Color spaces of #98185a

RGB 1522490
HSL0.910.730.35
HSV329°84°60°
CMYK 0.000.840.41   0.40
XYZ15.12108.066910.4330
Yxy8.06690.44980.2399
Hunter Lab28.402345.3270-1.8974
CIE-Lab34.121854.8837-5.1024

#98185a color RGB value is (152,24,90).

#98185a hex color red value is 152, green value is 24 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #98185a hue: 0.91 , saturation: 0.73 and the lightness value of 98185a is 0.35.

The process color (four color CMYK) of #98185a color hex is 0.00, 0.84, 0.41, 0.40. Web safe color of #98185a is #990066. Color #98185a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011000 01011010
Octal 230 30 132
Decimal 152 24 90
Hex 98 18 5A

RGB Percentages of Color #98185a

%57.14
%9.02
%33.83

CMYK Percentages of Color #98185a

%0
%84
%41
%40

Triadic Colors of #98185a

#98185a #5a9818 #185a98

Analogous Colors of #98185a

#98185a #98181a #961898

Monochromatic Colors of #98185a

#98185a

Complementary Color

#98185a #189856

#98185a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98185a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98185a Color CSS Codes

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

#98185a Text Font Color

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

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


#98185a Background Color

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

This div background color is #98185a


#98185a Border Color

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

This div border color is #98185a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98185a


Comments

No comments written yet.

Please login to write comment.