Color Hex Logo

#98116d Color Hex

#98116D
(152,17,109)
0 Favorites   0 Comments

Color spaces of #98116d

RGB 15217109
HSL0.890.800.33
HSV319°89°60°
CMYK 0.000.890.28   0.40
XYZ15.90978.180415.2084
Yxy8.18040.40480.2082
Hunter Lab28.601449.2393-11.5057
CIE-Lab34.355858.5060-16.9495

#98116d color RGB value is (152,17,109).

#98116d hex color red value is 152, green value is 17 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #98116d hue: 0.89 , saturation: 0.80 and the lightness value of 98116d is 0.33.

The process color (four color CMYK) of #98116d color hex is 0.00, 0.89, 0.28, 0.40. Web safe color of #98116d is #990066. Color #98116d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010001 01101101
Octal 230 21 155
Decimal 152 17 109
Hex 98 11 6D

RGB Percentages of Color #98116d

%54.68
%6.12
%39.21

CMYK Percentages of Color #98116d

%0
%89
%28
%40

Triadic Colors of #98116d

#98116d #6d9811 #116d98

Analogous Colors of #98116d

#98116d #98112a #801198

Monochromatic Colors of #98116d

#98116d

Complementary Color

#98116d #11983c

#98116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98116d Color CSS Codes

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

#98116d Text Font Color

<p style="color:#98116d">Text here</p>

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


#98116d Background Color

<div style="background-color:#98116d">
Div content here</div>

This div background color is #98116d


#98116d Border Color

<div style="border:3px solid #98116d">
Div here</div>

This div border color is #98116d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,17,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98116d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98116d;
  -webkit-box-shadow: 1px 1px 3px 2px #98116d;
  box-shadow:         1px 1px 3px 2px #98116d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98116d


Comments

No comments written yet.

Please login to write comment.