Color Hex Logo

#990079 Color Hex

#990079
(153,0,121)
0 Favorites   0 Comments

Color spaces of #990079

RGB 1530121
HSL0.871.000.30
HSV313°100°60°
CMYK 0.001.000.21   0.40
XYZ16.58818.152818.7885
Yxy8.15280.38110.1873
Hunter Lab28.553153.7327-19.0268
CIE-Lab34.299162.6126-24.6232

#990079 color RGB value is (153,0,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000000 01111001
Octal 231 0 171
Decimal 153 0 121
Hex 99 0 79

RGB Percentages of Color #990079

%55.84
%0.00
%44.16

CMYK Percentages of Color #990079

%0
%100
%21
%40

Triadic Colors of #990079

#990079 #799900 #007999

Analogous Colors of #990079

#990079 #99002d #6d0099

Monochromatic Colors of #990079

#990079

Complementary Color

#990079 #009920

#990079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990079 Color CSS Codes

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

#990079 Text Font Color

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

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


#990079 Background Color

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

This div background color is #990079


#990079 Border Color

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

This div border color is #990079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990079


Comments

No comments written yet.

Please login to write comment.