Color Hex Logo

#980979 Color Hex

#980979
(152,9,121)
0 Favorites   0 Comments

Color spaces of #980979

RGB 1529121
HSL0.870.890.32
HSV313°94°60°
CMYK 0.000.940.20   0.40
XYZ16.49788.251318.8123
Yxy8.25130.37870.1894
Hunter Lab28.725152.2498-18.7220
CIE-Lab34.500961.2350-24.3224

#980979 color RGB value is (152,9,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001001 01111001
Octal 230 11 171
Decimal 152 9 121
Hex 98 9 79

RGB Percentages of Color #980979

%53.90
%3.19
%42.91

CMYK Percentages of Color #980979

%0
%94
%20
%40

Triadic Colors of #980979

#980979 #799809 #097998

Analogous Colors of #980979

#980979 #980932 #700998

Monochromatic Colors of #980979

#980979

Complementary Color

#980979 #099828

#980979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980979 Color CSS Codes

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

#980979 Text Font Color

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

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


#980979 Background Color

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

This div background color is #980979


#980979 Border Color

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

This div border color is #980979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980979


Comments

No comments written yet.

Please login to write comment.