Color Hex Logo

#842636 Color Hex

#842636
(132,38,54)
0 Favorites   0 Comments

Color spaces of #842636

RGB 1323854
HSL0.970.550.33
HSV350°71°52°
CMYK 0.000.710.59   0.48
XYZ10.87476.55814.1827
Yxy6.55810.50310.3034
Hunter Lab25.608830.98418.2423
CIE-Lab30.779041.100013.1702

#842636 color RGB value is (132,38,54).

#842636 hex color red value is 132, green value is 38 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #842636 hue: 0.97 , saturation: 0.55 and the lightness value of 842636 is 0.33.

The process color (four color CMYK) of #842636 color hex is 0.00, 0.71, 0.59, 0.48. Web safe color of #842636 is #993333. Color #842636 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 00110110
Octal 204 46 66
Decimal 132 38 54
Hex 84 26 36

RGB Percentages of Color #842636

%58.93
%16.96
%24.11

CMYK Percentages of Color #842636

%0
%71
%59
%48

Triadic Colors of #842636

#842636 #368426 #263684

Analogous Colors of #842636

#842636 #844526 #842665

Monochromatic Colors of #842636

#842636

Complementary Color

#842636 #268474

#842636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842636 Color CSS Codes

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

#842636 Text Font Color

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

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


#842636 Background Color

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

This div background color is #842636


#842636 Border Color

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

This div border color is #842636


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,38,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 #842636">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842636


Comments

No comments written yet.

Please login to write comment.