Color Hex Logo

#843352 Color Hex

#843352
(132,51,82)
0 Favorites   0 Comments

Color spaces of #843352

RGB 1325182
HSL0.940.440.36
HSV337°61°52°
CMYK 0.000.610.38   0.48
XYZ12.22257.88248.8599
Yxy7.88240.42200.2721
Hunter Lab28.075628.57630.9426
CIE-Lab33.736837.9910-0.9138

#843352 color RGB value is (132,51,82).

#843352 hex color red value is 132, green value is 51 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #843352 hue: 0.94 , saturation: 0.44 and the lightness value of 843352 is 0.36.

The process color (four color CMYK) of #843352 color hex is 0.00, 0.61, 0.38, 0.48. Web safe color of #843352 is #993366. Color #843352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 01010010
Octal 204 63 122
Decimal 132 51 82
Hex 84 33 52

RGB Percentages of Color #843352

%49.81
%19.25
%30.94

CMYK Percentages of Color #843352

%0
%61
%38
%48

Triadic Colors of #843352

#843352 #528433 #335284

Analogous Colors of #843352

#843352 #843d33 #84337b

Monochromatic Colors of #843352

#843352

Complementary Color

#843352 #338465

#843352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843352 Color CSS Codes

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

#843352 Text Font Color

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

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


#843352 Background Color

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

This div background color is #843352


#843352 Border Color

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

This div border color is #843352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,51,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843352;
  -webkit-box-shadow: 1px 1px 3px 2px #843352;
  box-shadow:         1px 1px 3px 2px #843352; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843352


Comments

No comments written yet.

Please login to write comment.