Color Hex Logo

#846487 Color Hex

#846487
(132,100,135)
0 Favorites   0 Comments

Color spaces of #846487

RGB 132100135
HSL0.820.150.46
HSV295°26°53°
CMYK 0.020.260.00   0.47
XYZ18.446115.769124.9932
Yxy15.76910.31150.2663
Hunter Lab39.710313.4231-9.5192
CIE-Lab46.670119.3549-14.4052

#846487 color RGB value is (132,100,135).

#846487 hex color red value is 132, green value is 100 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #846487 hue: 0.82 , saturation: 0.15 and the lightness value of 846487 is 0.46.

The process color (four color CMYK) of #846487 color hex is 0.02, 0.26, 0.00, 0.47. Web safe color of #846487 is #996699. Color #846487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100100 10000111
Octal 204 144 207
Decimal 132 100 135
Hex 84 64 87

RGB Percentages of Color #846487

%35.97
%27.25
%36.78

CMYK Percentages of Color #846487

%2
%26
%0
%47

Triadic Colors of #846487

#846487 #878464 #648784

Analogous Colors of #846487

#846487 #876479 #736487

Monochromatic Colors of #846487

#846487

Complementary Color

#846487 #678764

#846487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846487 Color CSS Codes

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

#846487 Text Font Color

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

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


#846487 Background Color

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

This div background color is #846487


#846487 Border Color

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

This div border color is #846487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846487


Comments

No comments written yet.

Please login to write comment.