Color Hex Logo

#846589 Color Hex

#846589
(132,101,137)
0 Favorites   0 Comments

Color spaces of #846589

RGB 132101137
HSL0.810.150.47
HSV292°26°54°
CMYK 0.040.260.00   0.46
XYZ18.684816.019025.7741
Yxy16.01900.30900.2649
Hunter Lab40.023713.2899-10.1644
CIE-Lab46.999419.1787-15.0997

#846589 color RGB value is (132,101,137).

#846589 hex color red value is 132, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #846589 hue: 0.81 , saturation: 0.15 and the lightness value of 846589 is 0.47.

The process color (four color CMYK) of #846589 color hex is 0.04, 0.26, 0.00, 0.46. Web safe color of #846589 is #996699. Color #846589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100101 10001001
Octal 204 145 211
Decimal 132 101 137
Hex 84 65 89

RGB Percentages of Color #846589

%35.68
%27.30
%37.03

CMYK Percentages of Color #846589

%4
%26
%0
%46

Triadic Colors of #846589

#846589 #898465 #658984

Analogous Colors of #846589

#846589 #89657c #726589

Monochromatic Colors of #846589

#846589

Complementary Color

#846589 #6a8965

#846589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846589 Color CSS Codes

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

#846589 Text Font Color

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

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


#846589 Background Color

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

This div background color is #846589


#846589 Border Color

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

This div border color is #846589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846589


Comments

No comments written yet.

Please login to write comment.