Color Hex Logo

#843256 Color Hex

#843256
(132,50,86)
0 Favorites   0 Comments

Color spaces of #843256

RGB 1325086
HSL0.930.450.36
HSV334°62°52°
CMYK 0.000.620.35   0.48
XYZ12.33607.85869.6708
Yxy7.85860.41310.2631
Hunter Lab28.033229.4908-0.8304
CIE-Lab33.686738.9858-3.5674

#843256 color RGB value is (132,50,86).

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

The process color (four color CMYK) of #843256 color hex is 0.00, 0.62, 0.35, 0.48. Web safe color of #843256 is #993366. Color #843256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 01010110
Octal 204 62 126
Decimal 132 50 86
Hex 84 32 56

RGB Percentages of Color #843256

%49.25
%18.66
%32.09

CMYK Percentages of Color #843256

%0
%62
%35
%48

Triadic Colors of #843256

#843256 #568432 #325684

Analogous Colors of #843256

#843256 #843732 #84327f

Monochromatic Colors of #843256

#843256

Complementary Color

#843256 #328460

#843256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843256 Color CSS Codes

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

#843256 Text Font Color

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

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


#843256 Background Color

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

This div background color is #843256


#843256 Border Color

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

This div border color is #843256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843256


Comments

No comments written yet.

Please login to write comment.