Color Hex Logo

#844852 Color Hex

#844852
(132,72,82)
0 Favorites   0 Comments

Color spaces of #844852

RGB 1327282
HSL0.970.290.40
HSV350°45°52°
CMYK 0.000.450.38   0.48
XYZ13.356110.14959.2377
Yxy10.14950.40790.3100
Hunter Lab31.858319.08145.1089
CIE-Lab38.109426.71615.4105

#844852 color RGB value is (132,72,82).

#844852 hex color red value is 132, green value is 72 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #844852 hue: 0.97 , saturation: 0.29 and the lightness value of 844852 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 01010010
Octal 204 110 122
Decimal 132 72 82
Hex 84 48 52

RGB Percentages of Color #844852

%46.15
%25.17
%28.67

CMYK Percentages of Color #844852

%0
%45
%38
%48

Triadic Colors of #844852

#844852 #528448 #485284

Analogous Colors of #844852

#844852 #845c48 #844870

Monochromatic Colors of #844852

#844852

Complementary Color

#844852 #48847a

#844852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844852 Color CSS Codes

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

#844852 Text Font Color

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

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


#844852 Background Color

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

This div background color is #844852


#844852 Border Color

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

This div border color is #844852


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,72,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 #844852">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844852


Comments

No comments written yet.

Please login to write comment.