Color Hex Logo

#842895 Color Hex

#842895
(132,40,149)
0 Favorites   0 Comments

Color spaces of #842895

RGB 13240149
HSL0.810.580.37
HSV291°73°58°
CMYK 0.110.730.00   0.42
XYZ15.69938.593029.2649
Yxy8.59300.29310.1604
Hunter Lab29.313844.2982-38.6714
CIE-Lab35.188653.6964-40.8140

#842895 color RGB value is (132,40,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101000 10010101
Octal 204 50 225
Decimal 132 40 149
Hex 84 28 95

RGB Percentages of Color #842895

%41.12
%12.46
%46.42

CMYK Percentages of Color #842895

%11
%73
%0
%42

Triadic Colors of #842895

#842895 #958428 #289584

Analogous Colors of #842895

#842895 #952870 #4e2895

Monochromatic Colors of #842895

#842895

Complementary Color

#842895 #399528

#842895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842895 Color CSS Codes

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

#842895 Text Font Color

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

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


#842895 Background Color

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

This div background color is #842895


#842895 Border Color

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

This div border color is #842895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842895


Comments

No comments written yet.

Please login to write comment.