Color Hex Logo

#99466f Color Hex

#99466F
(153,70,111)
0 Favorites   0 Comments

Color spaces of #99466f

RGB 15370111
HSL0.920.370.44
HSV330°54°60°
CMYK 0.000.540.27   0.40
XYZ18.196312.300316.4541
Yxy12.30030.38760.2620
Hunter Lab35.071831.2356-3.2659
CIE-Lab41.689539.5103-7.0644

#99466f color RGB value is (153,70,111).

#99466f hex color red value is 153, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #99466f hue: 0.92 , saturation: 0.37 and the lightness value of 99466f is 0.44.

The process color (four color CMYK) of #99466f color hex is 0.00, 0.54, 0.27, 0.40. Web safe color of #99466f is #993366. Color #99466f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000110 01101111
Octal 231 106 157
Decimal 153 70 111
Hex 99 46 6F

RGB Percentages of Color #99466f

%45.81
%20.96
%33.23

CMYK Percentages of Color #99466f

%0
%54
%27
%40

Triadic Colors of #99466f

#99466f #6f9946 #466f99

Analogous Colors of #99466f

#99466f #994646 #994699

Monochromatic Colors of #99466f

#99466f

Complementary Color

#99466f #469970

#99466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99466f Color CSS Codes

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

#99466f Text Font Color

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

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


#99466f Background Color

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

This div background color is #99466f


#99466f Border Color

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

This div border color is #99466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99466f


Comments

No comments written yet.

Please login to write comment.