Color Hex Logo

#842295 Color Hex

#842295
(132,34,149)
0 Favorites   0 Comments

Color spaces of #842295

RGB 13234149
HSL0.810.630.36
HSV291°77°58°
CMYK 0.110.770.00   0.42
XYZ15.51268.219529.2027
Yxy8.21950.29310.1553
Hunter Lab28.669746.4109-40.3236
CIE-Lab34.435955.8488-42.0201

#842295 color RGB value is (132,34,149).

#842295 hex color red value is 132, green value is 34 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #842295 hue: 0.81 , saturation: 0.63 and the lightness value of 842295 is 0.36.

The process color (four color CMYK) of #842295 color hex is 0.11, 0.77, 0.00, 0.42. Web safe color of #842295 is #993399. Color #842295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100010 10010101
Octal 204 42 225
Decimal 132 34 149
Hex 84 22 95

RGB Percentages of Color #842295

%41.90
%10.79
%47.30

CMYK Percentages of Color #842295

%11
%77
%0
%42

Triadic Colors of #842295

#842295 #958422 #229584

Analogous Colors of #842295

#842295 #95226d #4b2295

Monochromatic Colors of #842295

#842295

Complementary Color

#842295 #339522

#842295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842295 Color CSS Codes

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

#842295 Text Font Color

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

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


#842295 Background Color

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

This div background color is #842295


#842295 Border Color

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

This div border color is #842295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842295


Comments

No comments written yet.

Please login to write comment.