Color Hex Logo

#840794 Color Hex

#840794
(132,7,148)
0 Favorites   0 Comments

Color spaces of #840794

RGB 1327148
HSL0.810.910.30
HSV293°95°58°
CMYK 0.110.950.00   0.42
XYZ14.93707.195628.6186
Yxy7.19560.29430.1418
Hunter Lab26.824652.4527-44.4780
CIE-Lab32.248161.8566-44.9265

#840794 color RGB value is (132,7,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000111 10010100
Octal 204 7 224
Decimal 132 7 148
Hex 84 7 94

RGB Percentages of Color #840794

%45.99
%2.44
%51.57

CMYK Percentages of Color #840794

%11
%95
%0
%42

Triadic Colors of #840794

#840794 #948407 #079484

Analogous Colors of #840794

#840794 #94075e #3d0794

Monochromatic Colors of #840794

#840794

Complementary Color

#840794 #179407

#840794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840794 Color CSS Codes

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

#840794 Text Font Color

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

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


#840794 Background Color

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

This div background color is #840794


#840794 Border Color

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

This div border color is #840794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840794


Comments

No comments written yet.

Please login to write comment.