Color Hex Logo

#990979 Color Hex

#990979
(153,9,121)
0 Favorites   0 Comments

Color spaces of #990979

RGB 1539121
HSL0.870.890.32
HSV313°94°60°
CMYK 0.000.940.21   0.40
XYZ16.68578.348218.8211
Yxy8.34820.38050.1904
Hunter Lab28.893352.5196-18.3963
CIE-Lab34.697861.4411-24.0002

#990979 color RGB value is (153,9,121).

#990979 hex color red value is 153, green value is 9 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #990979 hue: 0.87 , saturation: 0.89 and the lightness value of 990979 is 0.32.

The process color (four color CMYK) of #990979 color hex is 0.00, 0.94, 0.21, 0.40. Web safe color of #990979 is #990066. Color #990979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001001 01111001
Octal 231 11 171
Decimal 153 9 121
Hex 99 9 79

RGB Percentages of Color #990979

%54.06
%3.18
%42.76

CMYK Percentages of Color #990979

%0
%94
%21
%40

Triadic Colors of #990979

#990979 #799909 #097999

Analogous Colors of #990979

#990979 #990931 #710999

Monochromatic Colors of #990979

#990979

Complementary Color

#990979 #099929

#990979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990979 Color CSS Codes

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

#990979 Text Font Color

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

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


#990979 Background Color

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

This div background color is #990979


#990979 Border Color

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

This div border color is #990979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990979


Comments

No comments written yet.

Please login to write comment.