Color Hex Logo

#846f8d Color Hex

#846F8D
(132,111,141)
0 Favorites   0 Comments

Color spaces of #846f8d

RGB 132111141
HSL0.780.120.49
HSV282°21°55°
CMYK 0.060.210.00   0.45
XYZ20.007918.197527.6572
Yxy18.19750.30380.2763
Hunter Lab42.65859.0685-8.5791
CIE-Lab49.734814.0947-13.3261

#846f8d color RGB value is (132,111,141).

#846f8d hex color red value is 132, green value is 111 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #846f8d hue: 0.78 , saturation: 0.12 and the lightness value of 846f8d is 0.49.

The process color (four color CMYK) of #846f8d color hex is 0.06, 0.21, 0.00, 0.45. Web safe color of #846f8d is #996699. Color #846f8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 10001101
Octal 204 157 215
Decimal 132 111 141
Hex 84 6F 8D

RGB Percentages of Color #846f8d

%34.38
%28.91
%36.72

CMYK Percentages of Color #846f8d

%6
%21
%0
%45

Triadic Colors of #846f8d

#846f8d #8d846f #6f8d84

Analogous Colors of #846f8d

#846f8d #8d6f87 #756f8d

Monochromatic Colors of #846f8d

#846f8d

Complementary Color

#846f8d #788d6f

#846f8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846f8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#846f8d Color CSS Codes

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

#846f8d Text Font Color

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

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


#846f8d Background Color

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

This div background color is #846f8d


#846f8d Border Color

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

This div border color is #846f8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,111,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #846f8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #846f8d;
  -webkit-box-shadow: 1px 1px 3px 2px #846f8d;
  box-shadow:         1px 1px 3px 2px #846f8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846f8d


Comments

No comments written yet.

Please login to write comment.