Color Hex Logo

#84366d Color Hex

#84366D
(132,54,109)
0 Favorites   0 Comments

Color spaces of #84366d

RGB 13254109
HSL0.880.420.36
HSV318°59°52°
CMYK 0.000.590.17   0.48
XYZ13.59528.648015.4207
Yxy8.64800.36100.2296
Hunter Lab29.407531.0582-10.5053
CIE-Lab35.297540.3783-15.8064

#84366d color RGB value is (132,54,109).

#84366d hex color red value is 132, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #84366d hue: 0.88 , saturation: 0.42 and the lightness value of 84366d is 0.36.

The process color (four color CMYK) of #84366d color hex is 0.00, 0.59, 0.17, 0.48. Web safe color of #84366d is #993366. Color #84366d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110110 01101101
Octal 204 66 155
Decimal 132 54 109
Hex 84 36 6D

RGB Percentages of Color #84366d

%44.75
%18.31
%36.95

CMYK Percentages of Color #84366d

%0
%59
%17
%48

Triadic Colors of #84366d

#84366d #6d8436 #366d84

Analogous Colors of #84366d

#84366d #843646 #743684

Monochromatic Colors of #84366d

#84366d

Complementary Color

#84366d #36844d

#84366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84366d Color CSS Codes

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

#84366d Text Font Color

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

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


#84366d Background Color

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

This div background color is #84366d


#84366d Border Color

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

This div border color is #84366d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84366d


Comments

No comments written yet.

Please login to write comment.