Color Hex Logo

#990770 Color Hex

#990770
(153,7,112)
0 Favorites   0 Comments

Color spaces of #990770

RGB 1537112
HSL0.880.910.31
HSV317°95°60°
CMYK 0.000.950.27   0.40
XYZ16.13758.094116.0410
Yxy8.09410.40070.2010
Hunter Lab28.450151.4611-13.5143
CIE-Lab34.178160.5809-19.1160

#990770 color RGB value is (153,7,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000111 01110000
Octal 231 7 160
Decimal 153 7 112
Hex 99 7 70

RGB Percentages of Color #990770

%56.25
%2.57
%41.18

CMYK Percentages of Color #990770

%0
%95
%27
%40

Triadic Colors of #990770

#990770 #709907 #077099

Analogous Colors of #990770

#990770 #990727 #790799

Monochromatic Colors of #990770

#990770

Complementary Color

#990770 #079930

#990770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990770 Color CSS Codes

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

#990770 Text Font Color

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

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


#990770 Background Color

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

This div background color is #990770


#990770 Border Color

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

This div border color is #990770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990770


Comments

No comments written yet.

Please login to write comment.