Color Hex Logo

#846ea6 Color Hex

#846EA6
(132,110,166)
0 Favorites   0 Comments

Color spaces of #846ea6

RGB 132110166
HSL0.730.240.54
HSV264°34°65°
CMYK 0.200.340.00   0.35
XYZ21.974618.810638.5490
Yxy18.81060.27700.2371
Hunter Lab43.371214.5399-22.3381
CIE-Lab50.464920.3904-26.8917

#846ea6 color RGB value is (132,110,166).

#846ea6 hex color red value is 132, green value is 110 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #846ea6 hue: 0.73 , saturation: 0.24 and the lightness value of 846ea6 is 0.54.

The process color (four color CMYK) of #846ea6 color hex is 0.20, 0.34, 0.00, 0.35. Web safe color of #846ea6 is #996699. Color #846ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 10100110
Octal 204 156 246
Decimal 132 110 166
Hex 84 6E A6

RGB Percentages of Color #846ea6

%32.35
%26.96
%40.69

CMYK Percentages of Color #846ea6

%20
%34
%0
%35

Triadic Colors of #846ea6

#846ea6 #a6846e #6ea684

Analogous Colors of #846ea6

#846ea6 #a06ea6 #6e74a6

Monochromatic Colors of #846ea6

#846ea6

Complementary Color

#846ea6 #90a66e

#846ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846ea6 Color CSS Codes

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

#846ea6 Text Font Color

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

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


#846ea6 Background Color

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

This div background color is #846ea6


#846ea6 Border Color

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

This div border color is #846ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846ea6


Comments

No comments written yet.

Please login to write comment.