Color Hex Logo

#842980 Color Hex

#842980
(132,41,128)
0 Favorites   0 Comments

Color spaces of #842980

RGB 13241128
HSL0.840.530.34
HSV303°69°52°
CMYK 0.000.690.03   0.48
XYZ14.20498.049921.2272
Yxy8.04990.32670.1851
Hunter Lab28.372339.7162-24.4981
CIE-Lab34.086649.4498-29.6125

#842980 color RGB value is (132,41,128).

#842980 hex color red value is 132, green value is 41 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #842980 hue: 0.84 , saturation: 0.53 and the lightness value of 842980 is 0.34.

The process color (four color CMYK) of #842980 color hex is 0.00, 0.69, 0.03, 0.48. Web safe color of #842980 is #993399. Color #842980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 10000000
Octal 204 51 200
Decimal 132 41 128
Hex 84 29 80

RGB Percentages of Color #842980

%43.85
%13.62
%42.52

CMYK Percentages of Color #842980

%0
%69
%3
%48

Triadic Colors of #842980

#842980 #808429 #298084

Analogous Colors of #842980

#842980 #842952 #5b2984

Monochromatic Colors of #842980

#842980

Complementary Color

#842980 #29842d

#842980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842980 Color CSS Codes

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

#842980 Text Font Color

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

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


#842980 Background Color

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

This div background color is #842980


#842980 Border Color

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

This div border color is #842980


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,41,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842980; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842980;
  -webkit-box-shadow: 1px 1px 3px 2px #842980;
  box-shadow:         1px 1px 3px 2px #842980; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,41,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842980


Comments

No comments written yet.

Please login to write comment.