Color Hex Logo

#99137f Color Hex

#99137F
(153,19,127)
0 Favorites   0 Comments

Color spaces of #99137f

RGB 15319127
HSL0.870.780.34
HSV312°88°60°
CMYK 0.000.880.17   0.40
XYZ17.20058.770420.8650
Yxy8.77040.36730.1873
Hunter Lab29.614951.8479-21.0421
CIE-Lab35.538460.6678-26.4460

#99137f color RGB value is (153,19,127).

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

The process color (four color CMYK) of #99137f color hex is 0.00, 0.88, 0.17, 0.40. Web safe color of #99137f is #990066. Color #99137f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 01111111
Octal 231 23 177
Decimal 153 19 127
Hex 99 13 7F

RGB Percentages of Color #99137f

%51.17
%6.35
%42.47

CMYK Percentages of Color #99137f

%0
%88
%17
%40

Triadic Colors of #99137f

#99137f #7f9913 #137f99

Analogous Colors of #99137f

#99137f #99133c #701399

Monochromatic Colors of #99137f

#99137f

Complementary Color

#99137f #13992d

#99137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99137f Color CSS Codes

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

#99137f Text Font Color

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

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


#99137f Background Color

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

This div background color is #99137f


#99137f Border Color

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

This div border color is #99137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99137f


Comments

No comments written yet.

Please login to write comment.