Color Hex Logo

#840596 Color Hex

#840596
(132,5,150)
0 Favorites   0 Comments

Color spaces of #840596

RGB 1325150
HSL0.810.940.30
HSV293°97°59°
CMYK 0.120.970.00   0.41
XYZ15.07507.216129.4525
Yxy7.21610.29130.1395
Hunter Lab26.862853.1616-46.2019
CIE-Lab32.293962.4877-46.0800

#840596 color RGB value is (132,5,150).

#840596 hex color red value is 132, green value is 5 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #840596 hue: 0.81 , saturation: 0.94 and the lightness value of 840596 is 0.30.

The process color (four color CMYK) of #840596 color hex is 0.12, 0.97, 0.00, 0.41. Web safe color of #840596 is #990099. Color #840596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000101 10010110
Octal 204 5 226
Decimal 132 5 150
Hex 84 5 96

RGB Percentages of Color #840596

%45.99
%1.74
%52.26

CMYK Percentages of Color #840596

%12
%97
%0
%41

Triadic Colors of #840596

#840596 #968405 #059684

Analogous Colors of #840596

#840596 #960560 #3b0596

Monochromatic Colors of #840596

#840596

Complementary Color

#840596 #179605

#840596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840596 Color CSS Codes

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

#840596 Text Font Color

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

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


#840596 Background Color

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

This div background color is #840596


#840596 Border Color

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

This div border color is #840596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840596


Comments

No comments written yet.

Please login to write comment.