Color Hex Logo

#842626 Color Hex

#842626
(132,38,38)
0 Favorites   0 Comments

Color spaces of #842626

RGB 1323838
HSL0.000.550.33
HSV71°52°
CMYK 0.000.710.71   0.48
XYZ10.55876.43172.5187
Yxy6.43170.54120.3297
Hunter Lab25.360829.935211.8642
CIE-Lab30.476540.029523.1458

#842626 color RGB value is (132,38,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 00100110
Octal 204 46 46
Decimal 132 38 38
Hex 84 26 26

RGB Percentages of Color #842626

%63.46
%18.27
%18.27

CMYK Percentages of Color #842626

%0
%71
%71
%48

Triadic Colors of #842626

#842626 #268426 #262684

Analogous Colors of #842626

#842626 #845526 #842655

Monochromatic Colors of #842626

#842626

Complementary Color

#842626 #268484

#842626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842626 Color CSS Codes

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

#842626 Text Font Color

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

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


#842626 Background Color

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

This div background color is #842626


#842626 Border Color

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

This div border color is #842626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842626


Comments

No comments written yet.

Please login to write comment.