Color Hex Logo

#840676 Color Hex

#840676
(132,6,118)
0 Favorites   0 Comments

Color spaces of #840676

RGB 1326118
HSL0.850.910.27
HSV307°95°52°
CMYK 0.000.950.11   0.48
XYZ12.85096.343817.6867
Yxy6.34380.34840.1720
Hunter Lab25.186946.9975-24.0037
CIE-Lab30.263857.2138-29.3602

#840676 color RGB value is (132,6,118).

#840676 hex color red value is 132, green value is 6 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #840676 hue: 0.85 , saturation: 0.91 and the lightness value of 840676 is 0.27.

The process color (four color CMYK) of #840676 color hex is 0.00, 0.95, 0.11, 0.48. Web safe color of #840676 is #990066. Color #840676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000110 01110110
Octal 204 6 166
Decimal 132 6 118
Hex 84 6 76

RGB Percentages of Color #840676

%51.56
%2.34
%46.09

CMYK Percentages of Color #840676

%0
%95
%11
%48

Triadic Colors of #840676

#840676 #768406 #067684

Analogous Colors of #840676

#840676 #840637 #530684

Monochromatic Colors of #840676

#840676

Complementary Color

#840676 #068414

#840676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840676 Color CSS Codes

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

#840676 Text Font Color

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

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


#840676 Background Color

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

This div background color is #840676


#840676 Border Color

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

This div border color is #840676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840676


Comments

No comments written yet.

Please login to write comment.