Color Hex Logo

#99077e Color Hex

#99077E
(153,7,126)
0 Favorites   0 Comments

Color spaces of #99077e

RGB 1537126
HSL0.860.910.31
HSV311°95°60°
CMYK 0.000.950.18   0.40
XYZ16.97878.430620.4711
Yxy8.43060.37010.1838
Hunter Lab29.035553.5670-21.4768
CIE-Lab34.864062.3537-26.8785

#99077e color RGB value is (153,7,126).

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

The process color (four color CMYK) of #99077e color hex is 0.00, 0.95, 0.18, 0.40. Web safe color of #99077e is #990066. Color #99077e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000111 01111110
Octal 231 7 176
Decimal 153 7 126
Hex 99 7 7E

RGB Percentages of Color #99077e

%53.50
%2.45
%44.06

CMYK Percentages of Color #99077e

%0
%95
%18
%40

Triadic Colors of #99077e

#99077e #7e9907 #077e99

Analogous Colors of #99077e

#99077e #990735 #6b0799

Monochromatic Colors of #99077e

#99077e

Complementary Color

#99077e #079922

#99077e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99077e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99077e Color CSS Codes

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

#99077e Text Font Color

<p style="color:#99077e">Text here</p>

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


#99077e Background Color

<div style="background-color:#99077e">
Div content here</div>

This div background color is #99077e


#99077e Border Color

<div style="border:3px solid #99077e">
Div here</div>

This div border color is #99077e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99077e


Comments

No comments written yet.

Please login to write comment.