Color Hex Logo

#843194 Color Hex

#843194
(132,49,148)
0 Favorites   0 Comments

Color spaces of #843194

RGB 13249148
HSL0.810.500.39
HSV290°67°58°
CMYK 0.110.670.00   0.42
XYZ15.95939.240328.9594
Yxy9.24030.29470.1706
Hunter Lab30.397940.5187-35.2058
CIE-Lab36.442949.7959-38.2006

#843194 color RGB value is (132,49,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 10010100
Octal 204 61 224
Decimal 132 49 148
Hex 84 31 94

RGB Percentages of Color #843194

%40.12
%14.89
%44.98

CMYK Percentages of Color #843194

%11
%67
%0
%42

Triadic Colors of #843194

#843194 #948431 #319484

Analogous Colors of #843194

#843194 #943173 #523194

Monochromatic Colors of #843194

#843194

Complementary Color

#843194 #419431

#843194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843194 Color CSS Codes

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

#843194 Text Font Color

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

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


#843194 Background Color

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

This div background color is #843194


#843194 Border Color

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

This div border color is #843194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843194


Comments

No comments written yet.

Please login to write comment.