Color Hex Logo

#84445f Color Hex

#84445F
(132,68,95)
0 Favorites   0 Comments

Color spaces of #84445f

RGB 1326895
HSL0.930.320.39
HSV335°48°52°
CMYK 0.000.480.28   0.48
XYZ13.64849.866012.0115
Yxy9.86600.38420.2777
Hunter Lab31.410222.5942-0.6858
CIE-Lab37.600930.7909-3.5047

#84445f color RGB value is (132,68,95).

#84445f hex color red value is 132, green value is 68 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #84445f hue: 0.93 , saturation: 0.32 and the lightness value of 84445f is 0.39.

The process color (four color CMYK) of #84445f color hex is 0.00, 0.48, 0.28, 0.48. Web safe color of #84445f is #993366. Color #84445f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000100 01011111
Octal 204 104 137
Decimal 132 68 95
Hex 84 44 5F

RGB Percentages of Color #84445f

%44.75
%23.05
%32.20

CMYK Percentages of Color #84445f

%0
%48
%28
%48

Triadic Colors of #84445f

#84445f #5f8444 #445f84

Analogous Colors of #84445f

#84445f #844944 #84447f

Monochromatic Colors of #84445f

#84445f

Complementary Color

#84445f #448469

#84445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84445f Color CSS Codes

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

#84445f Text Font Color

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

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


#84445f Background Color

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

This div background color is #84445f


#84445f Border Color

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

This div border color is #84445f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,68,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84445f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84445f;
  -webkit-box-shadow: 1px 1px 3px 2px #84445f;
  box-shadow:         1px 1px 3px 2px #84445f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84445f


Comments

No comments written yet.

Please login to write comment.