Color Hex Logo

#844160 Color Hex

#844160
(132,65,96)
0 Favorites   0 Comments

Color spaces of #844160

RGB 1326596
HSL0.920.340.39
HSV332°51°52°
CMYK 0.000.510.27   0.48
XYZ13.51739.530712.1935
Yxy9.53070.38360.2704
Hunter Lab30.871824.1309-1.8076
CIE-Lab36.986632.5974-5.0458

#844160 color RGB value is (132,65,96).

#844160 hex color red value is 132, green value is 65 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #844160 hue: 0.92 , saturation: 0.34 and the lightness value of 844160 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 01100000
Octal 204 101 140
Decimal 132 65 96
Hex 84 41 60

RGB Percentages of Color #844160

%45.05
%22.18
%32.76

CMYK Percentages of Color #844160

%0
%51
%27
%48

Triadic Colors of #844160

#844160 #608441 #416084

Analogous Colors of #844160

#844160 #844441 #844182

Monochromatic Colors of #844160

#844160

Complementary Color

#844160 #418465

#844160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844160 Color CSS Codes

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

#844160 Text Font Color

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

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


#844160 Background Color

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

This div background color is #844160


#844160 Border Color

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

This div border color is #844160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844160


Comments

No comments written yet.

Please login to write comment.