Color Hex Logo

#842996 Color Hex

#842996
(132,41,150)
0 Favorites   0 Comments

Color spaces of #842996

RGB 13241150
HSL0.810.570.37
HSV290°73°59°
CMYK 0.120.730.00   0.41
XYZ15.81378.693429.6987
Yxy8.69340.29170.1604
Hunter Lab29.484644.1384-39.0814
CIE-Lab35.387253.5051-41.1062

#842996 color RGB value is (132,41,150).

#842996 hex color red value is 132, green value is 41 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #842996 hue: 0.81 , saturation: 0.57 and the lightness value of 842996 is 0.37.

The process color (four color CMYK) of #842996 color hex is 0.12, 0.73, 0.00, 0.41. Web safe color of #842996 is #993399. Color #842996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 10010110
Octal 204 51 226
Decimal 132 41 150
Hex 84 29 96

RGB Percentages of Color #842996

%40.87
%12.69
%46.44

CMYK Percentages of Color #842996

%12
%73
%0
%41

Triadic Colors of #842996

#842996 #968429 #299684

Analogous Colors of #842996

#842996 #962972 #4e2996

Monochromatic Colors of #842996

#842996

Complementary Color

#842996 #3b9629

#842996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842996 Color CSS Codes

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

#842996 Text Font Color

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

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


#842996 Background Color

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

This div background color is #842996


#842996 Border Color

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

This div border color is #842996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842996


Comments

No comments written yet.

Please login to write comment.