Color Hex Logo

#841582 Color Hex

#841582
(132,21,130)
0 Favorites   0 Comments

Color spaces of #841582

RGB 13221130
HSL0.840.730.30
HSV301°84°52°
CMYK 0.000.840.02   0.48
XYZ13.81317.053621.7525
Yxy7.05360.32410.1655
Hunter Lab26.558646.3600-29.9697
CIE-Lab31.928656.2891-34.2820

#841582 color RGB value is (132,21,130).

#841582 hex color red value is 132, green value is 21 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #841582 hue: 0.84 , saturation: 0.73 and the lightness value of 841582 is 0.30.

The process color (four color CMYK) of #841582 color hex is 0.00, 0.84, 0.02, 0.48. Web safe color of #841582 is #990099. Color #841582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010101 10000010
Octal 204 25 202
Decimal 132 21 130
Hex 84 15 82

RGB Percentages of Color #841582

%46.64
%7.42
%45.94

CMYK Percentages of Color #841582

%0
%84
%2
%48

Triadic Colors of #841582

#841582 #828415 #158284

Analogous Colors of #841582

#841582 #84154b #4f1584

Monochromatic Colors of #841582

#841582

Complementary Color

#841582 #158417

#841582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841582 Color CSS Codes

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

#841582 Text Font Color

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

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


#841582 Background Color

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

This div background color is #841582


#841582 Border Color

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

This div border color is #841582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841582


Comments

No comments written yet.

Please login to write comment.