Color Hex Logo

#842189 Color Hex

#842189
(132,33,137)
0 Favorites   0 Comments

Color spaces of #842189

RGB 13233137
HSL0.830.610.33
HSV297°76°54°
CMYK 0.040.760.00   0.46
XYZ14.57497.799424.4042
Yxy7.79940.31160.1667
Hunter Lab27.927444.2835-32.2610
CIE-Lab33.561653.9970-36.0365

#842189 color RGB value is (132,33,137).

#842189 hex color red value is 132, green value is 33 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #842189 hue: 0.83 , saturation: 0.61 and the lightness value of 842189 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100001 10001001
Octal 204 41 211
Decimal 132 33 137
Hex 84 21 89

RGB Percentages of Color #842189

%43.71
%10.93
%45.36

CMYK Percentages of Color #842189

%4
%76
%0
%46

Triadic Colors of #842189

#842189 #898421 #218984

Analogous Colors of #842189

#842189 #89215a #502189

Monochromatic Colors of #842189

#842189

Complementary Color

#842189 #268921

#842189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842189 Color CSS Codes

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

#842189 Text Font Color

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

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


#842189 Background Color

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

This div background color is #842189


#842189 Border Color

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

This div border color is #842189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842189


Comments

No comments written yet.

Please login to write comment.