Color Hex Logo

#99497a Color Hex

#99497A
(153,73,122)
0 Favorites   0 Comments

Color spaces of #99497a

RGB 15373122
HSL0.900.350.44
HSV323°52°60°
CMYK 0.000.520.20   0.40
XYZ19.032312.942519.9074
Yxy12.94250.36680.2495
Hunter Lab35.975731.4748-7.6256
CIE-Lab42.676539.6033-12.3473

#99497a color RGB value is (153,73,122).

#99497a hex color red value is 153, green value is 73 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #99497a hue: 0.90 , saturation: 0.35 and the lightness value of 99497a is 0.44.

The process color (four color CMYK) of #99497a color hex is 0.00, 0.52, 0.20, 0.40. Web safe color of #99497a is #993366. Color #99497a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001001 01111010
Octal 231 111 172
Decimal 153 73 122
Hex 99 49 7A

RGB Percentages of Color #99497a

%43.97
%20.98
%35.06

CMYK Percentages of Color #99497a

%0
%52
%20
%40

Triadic Colors of #99497a

#99497a #7a9949 #497a99

Analogous Colors of #99497a

#99497a #994952 #904999

Monochromatic Colors of #99497a

#99497a

Complementary Color

#99497a #499968

#99497a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99497a Color Preview on White Background

Lorem ipsum dolor sit amet.

#99497a Color CSS Codes

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

#99497a Text Font Color

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

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


#99497a Background Color

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

This div background color is #99497a


#99497a Border Color

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

This div border color is #99497a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,73,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99497a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99497a;
  -webkit-box-shadow: 1px 1px 3px 2px #99497a;
  box-shadow:         1px 1px 3px 2px #99497a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99497a


Comments

No comments written yet.

Please login to write comment.