Color Hex Logo

#844364 Color Hex

#844364
(132,67,100)
0 Favorites   0 Comments

Color spaces of #844364

RGB 13267100
HSL0.920.330.39
HSV330°49°52°
CMYK 0.000.490.24   0.48
XYZ13.82319.839913.2273
Yxy9.83990.37470.2667
Hunter Lab31.368623.7639-3.0430
CIE-Lab37.553532.1072-6.7192

#844364 color RGB value is (132,67,100).

#844364 hex color red value is 132, green value is 67 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #844364 hue: 0.92 , saturation: 0.33 and the lightness value of 844364 is 0.39.

The process color (four color CMYK) of #844364 color hex is 0.00, 0.49, 0.24, 0.48. Web safe color of #844364 is #993366. Color #844364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000011 01100100
Octal 204 103 144
Decimal 132 67 100
Hex 84 43 64

RGB Percentages of Color #844364

%44.15
%22.41
%33.44

CMYK Percentages of Color #844364

%0
%49
%24
%48

Triadic Colors of #844364

#844364 #648443 #436484

Analogous Colors of #844364

#844364 #844344 #844384

Monochromatic Colors of #844364

#844364

Complementary Color

#844364 #438463

#844364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844364 Color CSS Codes

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

#844364 Text Font Color

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

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


#844364 Background Color

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

This div background color is #844364


#844364 Border Color

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

This div border color is #844364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844364


Comments

No comments written yet.

Please login to write comment.