Color Hex Logo

#844676 Color Hex

#844676
(132,70,118)
0 Favorites   0 Comments

Color spaces of #844676

RGB 13270118
HSL0.870.310.40
HSV314°47°52°
CMYK 0.000.470.11   0.48
XYZ14.975910.593918.3950
Yxy10.59390.34060.2410
Hunter Lab32.548325.1708-10.7246
CIE-Lab38.887933.4709-15.9287

#844676 color RGB value is (132,70,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000110 01110110
Octal 204 106 166
Decimal 132 70 118
Hex 84 46 76

RGB Percentages of Color #844676

%41.25
%21.88
%36.88

CMYK Percentages of Color #844676

%0
%47
%11
%48

Triadic Colors of #844676

#844676 #768446 #467684

Analogous Colors of #844676

#844676 #844657 #734684

Monochromatic Colors of #844676

#844676

Complementary Color

#844676 #468454

#844676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844676 Color CSS Codes

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

#844676 Text Font Color

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

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


#844676 Background Color

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

This div background color is #844676


#844676 Border Color

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

This div border color is #844676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844676


Comments

No comments written yet.

Please login to write comment.