Color Hex Logo

#99136e Color Hex

#99136E
(153,19,110)
0 Favorites   0 Comments

Color spaces of #99136e

RGB 15319110
HSL0.890.780.34
HSV319°88°60°
CMYK 0.000.880.28   0.40
XYZ16.18428.363815.5132
Yxy8.36380.40400.2088
Hunter Lab28.920249.2809-11.5598
CIE-Lab34.729358.4717-16.9941

#99136e color RGB value is (153,19,110).

#99136e hex color red value is 153, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #99136e hue: 0.89 , saturation: 0.78 and the lightness value of 99136e is 0.34.

The process color (four color CMYK) of #99136e color hex is 0.00, 0.88, 0.28, 0.40. Web safe color of #99136e is #990066. Color #99136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 01101110
Octal 231 23 156
Decimal 153 19 110
Hex 99 13 6E

RGB Percentages of Color #99136e

%54.26
%6.74
%39.01

CMYK Percentages of Color #99136e

%0
%88
%28
%40

Triadic Colors of #99136e

#99136e #6e9913 #136e99

Analogous Colors of #99136e

#99136e #99132b #811399

Monochromatic Colors of #99136e

#99136e

Complementary Color

#99136e #13993e

#99136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99136e Color CSS Codes

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

#99136e Text Font Color

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

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


#99136e Background Color

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

This div background color is #99136e


#99136e Border Color

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

This div border color is #99136e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,19,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99136e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99136e;
  -webkit-box-shadow: 1px 1px 3px 2px #99136e;
  box-shadow:         1px 1px 3px 2px #99136e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99136e


Comments

No comments written yet.

Please login to write comment.