Color Hex Logo

#840593 Color Hex

#840593
(132,5,147)
0 Favorites   0 Comments

Color spaces of #840593

RGB 1325147
HSL0.820.930.30
HSV294°97°58°
CMYK 0.100.970.00   0.42
XYZ14.83657.120728.1962
Yxy7.12070.29580.1420
Hunter Lab26.684652.5468-43.9693
CIE-Lab32.080161.9742-44.5827

#840593 color RGB value is (132,5,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000101 10010011
Octal 204 5 223
Decimal 132 5 147
Hex 84 5 93

RGB Percentages of Color #840593

%46.48
%1.76
%51.76

CMYK Percentages of Color #840593

%10
%97
%0
%42

Triadic Colors of #840593

#840593 #938405 #059384

Analogous Colors of #840593

#840593 #93055b #3d0593

Monochromatic Colors of #840593

#840593

Complementary Color

#840593 #149305

#840593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840593 Color CSS Codes

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

#840593 Text Font Color

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

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


#840593 Background Color

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

This div background color is #840593


#840593 Border Color

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

This div border color is #840593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840593


Comments

No comments written yet.

Please login to write comment.