Color Hex Logo

#84213a Color Hex

#84213A
(132,33,58)
0 Favorites   0 Comments

Color spaces of #84213a

RGB 1323358
HSL0.960.600.32
HSV345°75°52°
CMYK 0.000.750.56   0.48
XYZ10.82336.29874.6483
Yxy6.29870.49720.2893
Hunter Lab25.097233.05896.5868
CIE-Lab30.153943.41129.6761

#84213a color RGB value is (132,33,58).

#84213a hex color red value is 132, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #84213a hue: 0.96 , saturation: 0.60 and the lightness value of 84213a is 0.32.

The process color (four color CMYK) of #84213a color hex is 0.00, 0.75, 0.56, 0.48. Web safe color of #84213a is #993333. Color #84213a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100001 00111010
Octal 204 41 72
Decimal 132 33 58
Hex 84 21 3A

RGB Percentages of Color #84213a

%59.19
%14.80
%26.01

CMYK Percentages of Color #84213a

%0
%75
%56
%48

Triadic Colors of #84213a

#84213a #3a8421 #213a84

Analogous Colors of #84213a

#84213a #843a21 #84216c

Monochromatic Colors of #84213a

#84213a

Complementary Color

#84213a #21846b

#84213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84213a Color CSS Codes

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

#84213a Text Font Color

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

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


#84213a Background Color

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

This div background color is #84213a


#84213a Border Color

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

This div border color is #84213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84213a


Comments

No comments written yet.

Please login to write comment.