Color Hex Logo

#84182e Color Hex

#84182E
(132,24,46)
0 Favorites   0 Comments

Color spaces of #84182e

RGB 1322446
HSL0.970.690.31
HSV348°82°52°
CMYK 0.000.820.65   0.48
XYZ10.33555.75613.1511
Yxy5.75610.53710.2991
Hunter Lab23.991934.91059.0071
CIE-Lab28.788645.599215.8176

#84182e color RGB value is (132,24,46).

#84182e hex color red value is 132, green value is 24 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #84182e hue: 0.97 , saturation: 0.69 and the lightness value of 84182e is 0.31.

The process color (four color CMYK) of #84182e color hex is 0.00, 0.82, 0.65, 0.48. Web safe color of #84182e is #990033. Color #84182e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011000 00101110
Octal 204 30 56
Decimal 132 24 46
Hex 84 18 2E

RGB Percentages of Color #84182e

%65.35
%11.88
%22.77

CMYK Percentages of Color #84182e

%0
%82
%65
%48

Triadic Colors of #84182e

#84182e #2e8418 #182e84

Analogous Colors of #84182e

#84182e #843818 #841864

Monochromatic Colors of #84182e

#84182e

Complementary Color

#84182e #18846e

#84182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84182e Color CSS Codes

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

#84182e Text Font Color

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

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


#84182e Background Color

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

This div background color is #84182e


#84182e Border Color

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

This div border color is #84182e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84182e


Comments

No comments written yet.

Please login to write comment.