Color Hex Logo

#84122b Color Hex

#84122B
(132,18,43)
0 Favorites   0 Comments

Color spaces of #84122b

RGB 1321843
HSL0.960.760.29
HSV347°86°52°
CMYK 0.000.860.67   0.48
XYZ10.16815.51262.8136
Yxy5.51260.54980.2981
Hunter Lab23.478936.21559.3302
CIE-Lab28.147947.065216.9885

#84122b color RGB value is (132,18,43).

#84122b hex color red value is 132, green value is 18 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #84122b hue: 0.96 , saturation: 0.76 and the lightness value of 84122b is 0.29.

The process color (four color CMYK) of #84122b color hex is 0.00, 0.86, 0.67, 0.48. Web safe color of #84122b is #990033. Color #84122b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010010 00101011
Octal 204 22 53
Decimal 132 18 43
Hex 84 12 2B

RGB Percentages of Color #84122b

%68.39
%9.33
%22.28

CMYK Percentages of Color #84122b

%0
%86
%67
%48

Triadic Colors of #84122b

#84122b #2b8412 #122b84

Analogous Colors of #84122b

#84122b #843212 #841264

Monochromatic Colors of #84122b

#84122b

Complementary Color

#84122b #12846b

#84122b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84122b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84122b Color CSS Codes

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

#84122b Text Font Color

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

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


#84122b Background Color

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

This div background color is #84122b


#84122b Border Color

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

This div border color is #84122b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84122b


Comments

No comments written yet.

Please login to write comment.