Color Hex Logo

#843161 Color Hex

#843161
(132,49,97)
0 Favorites   0 Comments

Color spaces of #843161

RGB 1324997
HSL0.900.460.35
HSV325°63°52°
CMYK 0.000.630.27   0.48
XYZ12.77177.965212.1736
Yxy7.96520.38810.2420
Hunter Lab28.222731.3875-5.8183
CIE-Lab33.910340.9677-10.2973

#843161 color RGB value is (132,49,97).

#843161 hex color red value is 132, green value is 49 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #843161 hue: 0.90 , saturation: 0.46 and the lightness value of 843161 is 0.35.

The process color (four color CMYK) of #843161 color hex is 0.00, 0.63, 0.27, 0.48. Web safe color of #843161 is #993366. Color #843161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 01100001
Octal 204 61 141
Decimal 132 49 97
Hex 84 31 61

RGB Percentages of Color #843161

%47.48
%17.63
%34.89

CMYK Percentages of Color #843161

%0
%63
%27
%48

Triadic Colors of #843161

#843161 #618431 #316184

Analogous Colors of #843161

#843161 #843137 #7e3184

Monochromatic Colors of #843161

#843161

Complementary Color

#843161 #318454

#843161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843161 Color CSS Codes

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

#843161 Text Font Color

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

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


#843161 Background Color

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

This div background color is #843161


#843161 Border Color

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

This div border color is #843161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843161


Comments

No comments written yet.

Please login to write comment.