Color Hex Logo

#830979 Color Hex

#830979
(131,9,121)
0 Favorites   0 Comments

Color spaces of #830979

RGB 1319121
HSL0.850.870.27
HSV305°93°51°
CMYK 0.000.930.08   0.49
XYZ12.90906.401118.6443
Yxy6.40110.34010.1687
Hunter Lab25.300446.8002-25.9816
CIE-Lab30.402757.0013-31.0557

#830979 color RGB value is (131,9,121).

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

The process color (four color CMYK) of #830979 color hex is 0.00, 0.93, 0.08, 0.49. Web safe color of #830979 is #990066. Color #830979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001001 01111001
Octal 203 11 171
Decimal 131 9 121
Hex 83 9 79

RGB Percentages of Color #830979

%50.19
%3.45
%46.36

CMYK Percentages of Color #830979

%0
%93
%8
%49

Triadic Colors of #830979

#830979 #798309 #097983

Analogous Colors of #830979

#830979 #83093c #500983

Monochromatic Colors of #830979

#830979

Complementary Color

#830979 #098313

#830979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830979 Color CSS Codes

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

#830979 Text Font Color

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

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


#830979 Background Color

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

This div background color is #830979


#830979 Border Color

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

This div border color is #830979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830979


Comments

No comments written yet.

Please login to write comment.