Color Hex Logo

#844652 Color Hex

#844652
(132,70,82)
0 Favorites   0 Comments

Color spaces of #844652

RGB 1327082
HSL0.970.310.40
HSV348°47°52°
CMYK 0.000.470.38   0.48
XYZ13.22899.89509.1953
Yxy9.89500.40930.3062
Hunter Lab31.456320.01934.6878
CIE-Lab37.653327.85424.7588

#844652 color RGB value is (132,70,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000110 01010010
Octal 204 106 122
Decimal 132 70 82
Hex 84 46 52

RGB Percentages of Color #844652

%46.48
%24.65
%28.87

CMYK Percentages of Color #844652

%0
%47
%38
%48

Triadic Colors of #844652

#844652 #528446 #465284

Analogous Colors of #844652

#844652 #845946 #844671

Monochromatic Colors of #844652

#844652

Complementary Color

#844652 #468478

#844652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844652 Color CSS Codes

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

#844652 Text Font Color

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

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


#844652 Background Color

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

This div background color is #844652


#844652 Border Color

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

This div border color is #844652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844652


Comments

No comments written yet.

Please login to write comment.