Color Hex Logo

#99076f Color Hex

#99076F
(153,7,111)
0 Favorites   0 Comments

Color spaces of #99076f

RGB 1537111
HSL0.880.910.31
HSV317°95°60°
CMYK 0.000.950.27   0.40
XYZ16.08218.072015.7493
Yxy8.07200.40300.2023
Hunter Lab28.411351.3196-12.9785
CIE-Lab34.132460.4607-18.5506

#99076f color RGB value is (153,7,111).

#99076f hex color red value is 153, green value is 7 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #99076f hue: 0.88 , saturation: 0.91 and the lightness value of 99076f is 0.31.

The process color (four color CMYK) of #99076f color hex is 0.00, 0.95, 0.27, 0.40. Web safe color of #99076f is #990066. Color #99076f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000111 01101111
Octal 231 7 157
Decimal 153 7 111
Hex 99 7 6F

RGB Percentages of Color #99076f

%56.46
%2.58
%40.96

CMYK Percentages of Color #99076f

%0
%95
%27
%40

Triadic Colors of #99076f

#99076f #6f9907 #076f99

Analogous Colors of #99076f

#99076f #990726 #7a0799

Monochromatic Colors of #99076f

#99076f

Complementary Color

#99076f #079931

#99076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99076f Color CSS Codes

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

#99076f Text Font Color

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

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


#99076f Background Color

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

This div background color is #99076f


#99076f Border Color

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

This div border color is #99076f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99076f


Comments

No comments written yet.

Please login to write comment.