Color Hex Logo

#840696 Color Hex

#840696
(132,6,150)
0 Favorites   0 Comments

Color spaces of #840696

RGB 1326150
HSL0.810.920.31
HSV293°96°59°
CMYK 0.120.960.00   0.41
XYZ15.08597.237829.4561
Yxy7.23780.29130.1398
Hunter Lab26.903253.0130-46.0840
CIE-Lab32.342262.3445-46.0019

#840696 color RGB value is (132,6,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000110 10010110
Octal 204 6 226
Decimal 132 6 150
Hex 84 6 96

RGB Percentages of Color #840696

%45.83
%2.08
%52.08

CMYK Percentages of Color #840696

%12
%96
%0
%41

Triadic Colors of #840696

#840696 #968406 #069684

Analogous Colors of #840696

#840696 #960660 #3c0696

Monochromatic Colors of #840696

#840696

Complementary Color

#840696 #189606

#840696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840696 Color CSS Codes

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

#840696 Text Font Color

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

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


#840696 Background Color

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

This div background color is #840696


#840696 Border Color

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

This div border color is #840696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840696


Comments

No comments written yet.

Please login to write comment.