Color Hex Logo

#843353 Color Hex

#843353
(132,51,83)
0 Favorites   0 Comments

Color spaces of #843353

RGB 1325183
HSL0.930.440.36
HSV336°61°52°
CMYK 0.000.610.37   0.48
XYZ12.26097.89779.0618
Yxy7.89770.41960.2703
Hunter Lab28.102828.69720.5539
CIE-Lab33.768938.1164-1.5117

#843353 color RGB value is (132,51,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 01010011
Octal 204 63 123
Decimal 132 51 83
Hex 84 33 53

RGB Percentages of Color #843353

%49.62
%19.17
%31.20

CMYK Percentages of Color #843353

%0
%61
%37
%48

Triadic Colors of #843353

#843353 #538433 #335384

Analogous Colors of #843353

#843353 #843c33 #84337c

Monochromatic Colors of #843353

#843353

Complementary Color

#843353 #338464

#843353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843353 Color CSS Codes

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

#843353 Text Font Color

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

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


#843353 Background Color

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

This div background color is #843353


#843353 Border Color

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

This div border color is #843353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843353


Comments

No comments written yet.

Please login to write comment.