Color Hex Logo

#843445 Color Hex

#843445
(132,52,69)
0 Favorites   0 Comments

Color spaces of #843445

RGB 1325269
HSL0.960.430.36
HSV347°61°52°
CMYK 0.000.610.48   0.48
XYZ11.81797.79126.5112
Yxy7.79120.45240.2983
Hunter Lab27.912726.72745.7083
CIE-Lab33.544236.00497.2108

#843445 color RGB value is (132,52,69).

#843445 hex color red value is 132, green value is 52 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #843445 hue: 0.96 , saturation: 0.43 and the lightness value of 843445 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 01000101
Octal 204 64 105
Decimal 132 52 69
Hex 84 34 45

RGB Percentages of Color #843445

%52.17
%20.55
%27.27

CMYK Percentages of Color #843445

%0
%61
%48
%48

Triadic Colors of #843445

#843445 #458434 #344584

Analogous Colors of #843445

#843445 #844b34 #84346d

Monochromatic Colors of #843445

#843445

Complementary Color

#843445 #348473

#843445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843445 Color CSS Codes

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

#843445 Text Font Color

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

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


#843445 Background Color

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

This div background color is #843445


#843445 Border Color

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

This div border color is #843445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843445


Comments

No comments written yet.

Please login to write comment.