Color Hex Logo

#840589 Color Hex

#840589
(132,5,137)
0 Favorites   0 Comments

Color spaces of #840589

RGB 1325137
HSL0.830.930.28
HSV298°96°54°
CMYK 0.040.960.00   0.46
XYZ14.08536.820224.2410
Yxy6.82020.31200.1511
Hunter Lab26.115550.5711-36.7534
CIE-Lab31.394060.3089-39.5022

#840589 color RGB value is (132,5,137).

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

The process color (four color CMYK) of #840589 color hex is 0.04, 0.96, 0.00, 0.46. Web safe color of #840589 is #990099. Color #840589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000101 10001001
Octal 204 5 211
Decimal 132 5 137
Hex 84 5 89

RGB Percentages of Color #840589

%48.18
%1.82
%50.00

CMYK Percentages of Color #840589

%4
%96
%0
%46

Triadic Colors of #840589

#840589 #898405 #058984

Analogous Colors of #840589

#840589 #89054c #420589

Monochromatic Colors of #840589

#840589

Complementary Color

#840589 #0a8905

#840589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840589 Color CSS Codes

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

#840589 Text Font Color

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

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


#840589 Background Color

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

This div background color is #840589


#840589 Border Color

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

This div border color is #840589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840589


Comments

No comments written yet.

Please login to write comment.