Color Hex Logo

#840993 Color Hex

#840993
(132,9,147)
0 Favorites   0 Comments

Color spaces of #840993

RGB 1329147
HSL0.820.880.31
HSV293°94°58°
CMYK 0.100.940.00   0.42
XYZ14.87997.207528.2107
Yxy7.20750.29580.1433
Hunter Lab26.846851.9522-43.5094
CIE-Lab32.274761.3978-44.2691

#840993 color RGB value is (132,9,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001001 10010011
Octal 204 11 223
Decimal 132 9 147
Hex 84 9 93

RGB Percentages of Color #840993

%45.83
%3.13
%51.04

CMYK Percentages of Color #840993

%10
%94
%0
%42

Triadic Colors of #840993

#840993 #938409 #099384

Analogous Colors of #840993

#840993 #93095d #3f0993

Monochromatic Colors of #840993

#840993

Complementary Color

#840993 #189309

#840993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840993 Color CSS Codes

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

#840993 Text Font Color

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

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


#840993 Background Color

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

This div background color is #840993


#840993 Border Color

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

This div border color is #840993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840993


Comments

No comments written yet.

Please login to write comment.