Color Hex Logo

#84151c Color Hex

#84151C
(132,21,28)
0 Favorites   0 Comments

Color spaces of #84151c

RGB 1322128
HSL0.990.730.30
HSV356°84°52°
CMYK 0.000.840.79   0.48
XYZ9.99355.52571.6385
Yxy5.52570.58240.3221
Hunter Lab23.506834.749212.3221
CIE-Lab28.182945.548226.8002

#84151c color RGB value is (132,21,28).

#84151c hex color red value is 132, green value is 21 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #84151c hue: 0.99 , saturation: 0.73 and the lightness value of 84151c is 0.30.

The process color (four color CMYK) of #84151c color hex is 0.00, 0.84, 0.79, 0.48. Web safe color of #84151c is #990033. Color #84151c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010101 00011100
Octal 204 25 34
Decimal 132 21 28
Hex 84 15 1C

RGB Percentages of Color #84151c

%72.93
%11.60
%15.47

CMYK Percentages of Color #84151c

%0
%84
%79
%48

Triadic Colors of #84151c

#84151c #1c8415 #151c84

Analogous Colors of #84151c

#84151c #844615 #841553

Monochromatic Colors of #84151c

#84151c

Complementary Color

#84151c #15847d

#84151c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84151c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84151c Color CSS Codes

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

#84151c Text Font Color

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

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


#84151c Background Color

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

This div background color is #84151c


#84151c Border Color

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

This div border color is #84151c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84151c


Comments

No comments written yet.

Please login to write comment.