Color Hex Logo

#840364 Color Hex

#840364
(132,3,100)
0 Favorites   0 Comments

Color spaces of #840364

RGB 1323100
HSL0.870.960.26
HSV315°98°52°
CMYK 0.000.980.24   0.48
XYZ11.84855.890812.5691
Yxy5.89080.39090.1944
Hunter Lab24.271044.6652-13.7146
CIE-Lab29.135355.2241-19.5624

#840364 color RGB value is (132,3,100).

#840364 hex color red value is 132, green value is 3 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #840364 hue: 0.87 , saturation: 0.96 and the lightness value of 840364 is 0.26.

The process color (four color CMYK) of #840364 color hex is 0.00, 0.98, 0.24, 0.48. Web safe color of #840364 is #990066. Color #840364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000011 01100100
Octal 204 3 144
Decimal 132 3 100
Hex 84 3 64

RGB Percentages of Color #840364

%56.17
%1.28
%42.55

CMYK Percentages of Color #840364

%0
%98
%24
%48

Triadic Colors of #840364

#840364 #648403 #036484

Analogous Colors of #840364

#840364 #840324 #630384

Monochromatic Colors of #840364

#840364

Complementary Color

#840364 #038423

#840364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840364 Color CSS Codes

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

#840364 Text Font Color

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

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


#840364 Background Color

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

This div background color is #840364


#840364 Border Color

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

This div border color is #840364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840364


Comments

No comments written yet.

Please login to write comment.