Color Hex Logo

#840936 Color Hex

#840936
(132,9,54)
0 Favorites   0 Comments

Color spaces of #840936

RGB 132954
HSL0.940.870.28
HSV338°93°52°
CMYK 0.000.930.59   0.48
XYZ10.27935.36723.9842
Yxy5.36720.52360.2734
Hunter Lab23.167238.65796.0206
CIE-Lab27.756349.61549.0436

#840936 color RGB value is (132,9,54).

#840936 hex color red value is 132, green value is 9 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #840936 hue: 0.94 , saturation: 0.87 and the lightness value of 840936 is 0.28.

The process color (four color CMYK) of #840936 color hex is 0.00, 0.93, 0.59, 0.48. Web safe color of #840936 is #990033. Color #840936 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001001 00110110
Octal 204 11 66
Decimal 132 9 54
Hex 84 9 36

RGB Percentages of Color #840936

%67.69
%4.62
%27.69

CMYK Percentages of Color #840936

%0
%93
%59
%48

Triadic Colors of #840936

#840936 #368409 #093684

Analogous Colors of #840936

#840936 #841909 #840974

Monochromatic Colors of #840936

#840936

Complementary Color

#840936 #098457

#840936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840936 Color CSS Codes

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

#840936 Text Font Color

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

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


#840936 Background Color

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

This div background color is #840936


#840936 Border Color

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

This div border color is #840936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840936


Comments

No comments written yet.

Please login to write comment.