Color Hex Logo

#99116f Color Hex

#99116F
(153,17,111)
0 Favorites   0 Comments

Color spaces of #99116f

RGB 15317111
HSL0.880.800.33
HSV319°89°60°
CMYK 0.000.890.27   0.40
XYZ16.20668.320915.7908
Yxy8.32090.40200.2064
Hunter Lab28.846049.8066-12.2642
CIE-Lab34.642558.9739-17.7633

#99116f color RGB value is (153,17,111).

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

The process color (four color CMYK) of #99116f color hex is 0.00, 0.89, 0.27, 0.40. Web safe color of #99116f is #990066. Color #99116f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010001 01101111
Octal 231 21 157
Decimal 153 17 111
Hex 99 11 6F

RGB Percentages of Color #99116f

%54.45
%6.05
%39.50

CMYK Percentages of Color #99116f

%0
%89
%27
%40

Triadic Colors of #99116f

#99116f #6f9911 #116f99

Analogous Colors of #99116f

#99116f #99112b #7f1199

Monochromatic Colors of #99116f

#99116f

Complementary Color

#99116f #11993b

#99116f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99116f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99116f Color CSS Codes

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

#99116f Text Font Color

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

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


#99116f Background Color

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

This div background color is #99116f


#99116f Border Color

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

This div border color is #99116f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99116f


Comments

No comments written yet.

Please login to write comment.