Color Hex Logo

#981199 Color Hex

#981199
(152,17,153)
0 Favorites   0 Comments

Color spaces of #981199

RGB 15217153
HSL0.830.800.33
HSV300°89°60°
CMYK 0.010.890.00   0.40
XYZ18.89919.376230.9507
Yxy9.37620.31910.1583
Hunter Lab30.620656.5846-38.4948
CIE-Lab36.698764.6854-40.6424

#981199 color RGB value is (152,17,153).

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

The process color (four color CMYK) of #981199 color hex is 0.01, 0.89, 0.00, 0.40. Web safe color of #981199 is #990099. Color #981199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010001 10011001
Octal 230 21 231
Decimal 152 17 153
Hex 98 11 99

RGB Percentages of Color #981199

%47.20
%5.28
%47.52

CMYK Percentages of Color #981199

%1
%89
%0
%40

Triadic Colors of #981199

#981199 #999811 #119998

Analogous Colors of #981199

#981199 #991156 #541199

Monochromatic Colors of #981199

#981199

Complementary Color

#981199 #129911

#981199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981199 Color CSS Codes

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

#981199 Text Font Color

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

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


#981199 Background Color

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

This div background color is #981199


#981199 Border Color

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

This div border color is #981199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981199


Comments

No comments written yet.

Please login to write comment.