Color Hex Logo

#842789 Color Hex

#842789
(132,39,137)
0 Favorites   0 Comments

Color spaces of #842789

RGB 13239137
HSL0.820.560.35
HSV297°72°54°
CMYK 0.040.720.00   0.46
XYZ14.75668.162724.4647
Yxy8.16270.31140.1723
Hunter Lab28.570442.1968-30.7704
CIE-Lab34.319551.8377-34.8301

#842789 color RGB value is (132,39,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100111 10001001
Octal 204 47 211
Decimal 132 39 137
Hex 84 27 89

RGB Percentages of Color #842789

%42.86
%12.66
%44.48

CMYK Percentages of Color #842789

%4
%72
%0
%46

Triadic Colors of #842789

#842789 #898427 #278984

Analogous Colors of #842789

#842789 #89275d #532789

Monochromatic Colors of #842789

#842789

Complementary Color

#842789 #2c8927

#842789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842789 Color CSS Codes

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

#842789 Text Font Color

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

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


#842789 Background Color

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

This div background color is #842789


#842789 Border Color

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

This div border color is #842789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842789


Comments

No comments written yet.

Please login to write comment.