Color Hex Logo

#843166 Color Hex

#843166
(132,49,102)
0 Favorites   0 Comments

Color spaces of #843166

RGB 13249102
HSL0.890.460.35
HSV322°63°52°
CMYK 0.000.630.23   0.48
XYZ13.01238.061513.4406
Yxy8.06150.37700.2336
Hunter Lab28.392832.1185-8.1918
CIE-Lab34.110641.7024-13.1848

#843166 color RGB value is (132,49,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 01100110
Octal 204 61 146
Decimal 132 49 102
Hex 84 31 66

RGB Percentages of Color #843166

%46.64
%17.31
%36.04

CMYK Percentages of Color #843166

%0
%63
%23
%48

Triadic Colors of #843166

#843166 #668431 #316684

Analogous Colors of #843166

#843166 #84313d #793184

Monochromatic Colors of #843166

#843166

Complementary Color

#843166 #31844f

#843166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843166 Color CSS Codes

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

#843166 Text Font Color

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

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


#843166 Background Color

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

This div background color is #843166


#843166 Border Color

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

This div border color is #843166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843166


Comments

No comments written yet.

Please login to write comment.