Color Hex Logo

#840564 Color Hex

#840564
(132,5,100)
0 Favorites   0 Comments

Color spaces of #840564

RGB 1325100
HSL0.880.930.27
HSV315°96°52°
CMYK 0.000.960.24   0.48
XYZ11.87025.934212.5764
Yxy5.93420.39070.1953
Hunter Lab24.360244.3488-13.5574
CIE-Lab29.245854.8999-19.3906

#840564 color RGB value is (132,5,100).

#840564 hex color red value is 132, green value is 5 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #840564 hue: 0.88 , saturation: 0.93 and the lightness value of 840564 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000101 01100100
Octal 204 5 144
Decimal 132 5 100
Hex 84 5 64

RGB Percentages of Color #840564

%55.70
%2.11
%42.19

CMYK Percentages of Color #840564

%0
%96
%24
%48

Triadic Colors of #840564

#840564 #648405 #056484

Analogous Colors of #840564

#840564 #840524 #650584

Monochromatic Colors of #840564

#840564

Complementary Color

#840564 #058425

#840564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840564 Color CSS Codes

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

#840564 Text Font Color

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

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


#840564 Background Color

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

This div background color is #840564


#840564 Border Color

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

This div border color is #840564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840564


Comments

No comments written yet.

Please login to write comment.