Color Hex Logo

#840894 Color Hex

#840894
(132,8,148)
0 Favorites   0 Comments

Color spaces of #840894

RGB 1328148
HSL0.810.900.31
HSV293°95°58°
CMYK 0.110.950.00   0.42
XYZ14.94787.217328.6222
Yxy7.21730.29430.1421
Hunter Lab26.865052.3042-44.3625
CIE-Lab32.296661.7128-44.8483

#840894 color RGB value is (132,8,148).

#840894 hex color red value is 132, green value is 8 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #840894 hue: 0.81 , saturation: 0.90 and the lightness value of 840894 is 0.31.

The process color (four color CMYK) of #840894 color hex is 0.11, 0.95, 0.00, 0.42. Web safe color of #840894 is #990099. Color #840894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001000 10010100
Octal 204 10 224
Decimal 132 8 148
Hex 84 8 94

RGB Percentages of Color #840894

%45.83
%2.78
%51.39

CMYK Percentages of Color #840894

%11
%95
%0
%42

Triadic Colors of #840894

#840894 #948408 #089484

Analogous Colors of #840894

#840894 #94085e #3e0894

Monochromatic Colors of #840894

#840894

Complementary Color

#840894 #189408

#840894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840894 Color CSS Codes

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

#840894 Text Font Color

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

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


#840894 Background Color

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

This div background color is #840894


#840894 Border Color

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

This div border color is #840894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840894


Comments

No comments written yet.

Please login to write comment.