Color Hex Logo

#842c8a Color Hex

#842C8A
(132,44,138)
0 Favorites   0 Comments

Color spaces of #842c8a

RGB 13244138
HSL0.820.520.36
HSV296°68°54°
CMYK 0.040.680.00   0.46
XYZ15.00388.541924.9027
Yxy8.54190.30970.1763
Hunter Lab29.226540.4888-30.0600
CIE-Lab35.086950.0221-34.2283

#842c8a color RGB value is (132,44,138).

#842c8a hex color red value is 132, green value is 44 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #842c8a hue: 0.82 , saturation: 0.52 and the lightness value of 842c8a is 0.36.

The process color (four color CMYK) of #842c8a color hex is 0.04, 0.68, 0.00, 0.46. Web safe color of #842c8a is #993399. Color #842c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101100 10001010
Octal 204 54 212
Decimal 132 44 138
Hex 84 2C 8A

RGB Percentages of Color #842c8a

%42.04
%14.01
%43.95

CMYK Percentages of Color #842c8a

%4
%68
%0
%46

Triadic Colors of #842c8a

#842c8a #8a842c #2c8a84

Analogous Colors of #842c8a

#842c8a #8a2c61 #552c8a

Monochromatic Colors of #842c8a

#842c8a

Complementary Color

#842c8a #328a2c

#842c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#842c8a Color CSS Codes

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

#842c8a Text Font Color

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

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


#842c8a Background Color

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

This div background color is #842c8a


#842c8a Border Color

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

This div border color is #842c8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,44,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842c8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842c8a;
  -webkit-box-shadow: 1px 1px 3px 2px #842c8a;
  box-shadow:         1px 1px 3px 2px #842c8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842c8a


Comments

No comments written yet.

Please login to write comment.