Color Hex Logo

#844351 Color Hex

#844351
(132,67,81)
0 Favorites   0 Comments

Color spaces of #844351

RGB 1326781
HSL0.960.330.39
HSV347°49°52°
CMYK 0.000.490.39   0.48
XYZ13.00819.51398.9354
Yxy9.51390.41350.3024
Hunter Lab30.844621.30084.4155
CIE-Lab36.955529.41244.3902

#844351 color RGB value is (132,67,81).

#844351 hex color red value is 132, green value is 67 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #844351 hue: 0.96 , saturation: 0.33 and the lightness value of 844351 is 0.39.

The process color (four color CMYK) of #844351 color hex is 0.00, 0.49, 0.39, 0.48. Web safe color of #844351 is #993366. Color #844351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000011 01010001
Octal 204 103 121
Decimal 132 67 81
Hex 84 43 51

RGB Percentages of Color #844351

%47.14
%23.93
%28.93

CMYK Percentages of Color #844351

%0
%49
%39
%48

Triadic Colors of #844351

#844351 #518443 #435184

Analogous Colors of #844351

#844351 #845643 #844372

Monochromatic Colors of #844351

#844351

Complementary Color

#844351 #438476

#844351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844351 Color CSS Codes

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

#844351 Text Font Color

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

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


#844351 Background Color

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

This div background color is #844351


#844351 Border Color

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

This div border color is #844351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844351


Comments

No comments written yet.

Please login to write comment.