Color Hex Logo

#840693 Color Hex

#840693
(132,6,147)
0 Favorites   0 Comments

Color spaces of #840693

RGB 1326147
HSL0.820.920.30
HSV294°96°58°
CMYK 0.100.960.00   0.42
XYZ14.84737.142428.1998
Yxy7.14240.29580.1423
Hunter Lab26.725352.3970-43.8536
CIE-Lab32.128961.8292-44.5040

#840693 color RGB value is (132,6,147).

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

The process color (four color CMYK) of #840693 color hex is 0.10, 0.96, 0.00, 0.42. Web safe color of #840693 is #990099. Color #840693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000110 10010011
Octal 204 6 223
Decimal 132 6 147
Hex 84 6 93

RGB Percentages of Color #840693

%46.32
%2.11
%51.58

CMYK Percentages of Color #840693

%10
%96
%0
%42

Triadic Colors of #840693

#840693 #938406 #069384

Analogous Colors of #840693

#840693 #93065b #3e0693

Monochromatic Colors of #840693

#840693

Complementary Color

#840693 #159306

#840693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840693 Color CSS Codes

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

#840693 Text Font Color

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

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


#840693 Background Color

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

This div background color is #840693


#840693 Border Color

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

This div border color is #840693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840693


Comments

No comments written yet.

Please login to write comment.