Color Hex Logo

#84352a Color Hex

#84352A
(132,53,42)
0 Favorites   0 Comments

Color spaces of #84352a

RGB 1325342
HSL0.020.520.34
HSV68°52°
CMYK 0.000.600.68   0.48
XYZ11.20677.61893.0704
Yxy7.61890.51180.3480
Hunter Lab27.602424.167812.7264
CIE-Lab33.176333.212323.9113

#84352a color RGB value is (132,53,42).

#84352a hex color red value is 132, green value is 53 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #84352a hue: 0.02 , saturation: 0.52 and the lightness value of 84352a is 0.34.

The process color (four color CMYK) of #84352a color hex is 0.00, 0.60, 0.68, 0.48. Web safe color of #84352a is #993333. Color #84352a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 00101010
Octal 204 65 52
Decimal 132 53 42
Hex 84 35 2A

RGB Percentages of Color #84352a

%58.15
%23.35
%18.50

CMYK Percentages of Color #84352a

%0
%60
%68
%48

Triadic Colors of #84352a

#84352a #2a8435 #352a84

Analogous Colors of #84352a

#84352a #84622a #842a4c

Monochromatic Colors of #84352a

#84352a

Complementary Color

#84352a #2a7984

#84352a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84352a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84352a Color CSS Codes

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

#84352a Text Font Color

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

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


#84352a Background Color

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

This div background color is #84352a


#84352a Border Color

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

This div border color is #84352a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84352a


Comments

No comments written yet.

Please login to write comment.