Color Hex Logo

#843964 Color Hex

#843964
(132,57,100)
0 Favorites   0 Comments

Color spaces of #843964

RGB 13257100
HSL0.900.400.37
HSV326°57°52°
CMYK 0.000.570.24   0.48
XYZ13.27918.751913.0460
Yxy8.75190.37860.2495
Hunter Lab29.583628.3514-5.4376
CIE-Lab35.502237.4538-9.8014

#843964 color RGB value is (132,57,100).

#843964 hex color red value is 132, green value is 57 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #843964 hue: 0.90 , saturation: 0.40 and the lightness value of 843964 is 0.37.

The process color (four color CMYK) of #843964 color hex is 0.00, 0.57, 0.24, 0.48. Web safe color of #843964 is #993366. Color #843964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 01100100
Octal 204 71 144
Decimal 132 57 100
Hex 84 39 64

RGB Percentages of Color #843964

%45.67
%19.72
%34.60

CMYK Percentages of Color #843964

%0
%57
%24
%48

Triadic Colors of #843964

#843964 #648439 #396484

Analogous Colors of #843964

#843964 #84393f #7f3984

Monochromatic Colors of #843964

#843964

Complementary Color

#843964 #398459

#843964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843964 Color CSS Codes

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

#843964 Text Font Color

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

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


#843964 Background Color

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

This div background color is #843964


#843964 Border Color

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

This div border color is #843964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843964


Comments

No comments written yet.

Please login to write comment.