Color Hex Logo

#842989 Color Hex

#842989
(132,41,137)
0 Favorites   0 Comments

Color spaces of #842989

RGB 13241137
HSL0.820.540.35
HSV297°70°54°
CMYK 0.040.700.00   0.46
XYZ14.82408.297624.4872
Yxy8.29760.31140.1743
Hunter Lab28.805641.4505-30.2377
CIE-Lab34.595151.0580-34.3920

#842989 color RGB value is (132,41,137).

#842989 hex color red value is 132, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #842989 hue: 0.82 , saturation: 0.54 and the lightness value of 842989 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 10001001
Octal 204 51 211
Decimal 132 41 137
Hex 84 29 89

RGB Percentages of Color #842989

%42.58
%13.23
%44.19

CMYK Percentages of Color #842989

%4
%70
%0
%46

Triadic Colors of #842989

#842989 #898429 #298984

Analogous Colors of #842989

#842989 #89295e #542989

Monochromatic Colors of #842989

#842989

Complementary Color

#842989 #2e8929

#842989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842989 Color CSS Codes

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

#842989 Text Font Color

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

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


#842989 Background Color

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

This div background color is #842989


#842989 Border Color

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

This div border color is #842989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842989


Comments

No comments written yet.

Please login to write comment.