Color Hex Logo

#99136d Color Hex

#99136D
(153,19,109)
0 Favorites   0 Comments

Color spaces of #99136d

RGB 15319109
HSL0.890.780.34
HSV320°88°60°
CMYK 0.000.880.29   0.40
XYZ16.13018.342215.2281
Yxy8.34220.40630.2101
Hunter Lab28.882949.1412-11.0418
CIE-Lab34.685658.3509-16.4256

#99136d color RGB value is (153,19,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 01101101
Octal 231 23 155
Decimal 153 19 109
Hex 99 13 6D

RGB Percentages of Color #99136d

%54.45
%6.76
%38.79

CMYK Percentages of Color #99136d

%0
%88
%29
%40

Triadic Colors of #99136d

#99136d #6d9913 #136d99

Analogous Colors of #99136d

#99136d #99132a #821399

Monochromatic Colors of #99136d

#99136d

Complementary Color

#99136d #13993f

#99136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99136d Color CSS Codes

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

#99136d Text Font Color

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

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


#99136d Background Color

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

This div background color is #99136d


#99136d Border Color

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

This div border color is #99136d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,19,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 #99136d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99136d


Comments

No comments written yet.

Please login to write comment.