Color Hex Logo

#846a96 Color Hex

#846A96
(132,106,150)
0 Favorites   0 Comments

Color spaces of #846a96

RGB 132106150
HSL0.770.170.50
HSV275°29°59°
CMYK 0.120.290.00   0.41
XYZ20.174817.415631.1524
Yxy17.41560.29350.2533
Hunter Lab41.732013.2625-15.0468
CIE-Lab48.779519.0371-20.0986

#846a96 color RGB value is (132,106,150).

#846a96 hex color red value is 132, green value is 106 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #846a96 hue: 0.77 , saturation: 0.17 and the lightness value of 846a96 is 0.50.

The process color (four color CMYK) of #846a96 color hex is 0.12, 0.29, 0.00, 0.41. Web safe color of #846a96 is #996699. Color #846a96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 10010110
Octal 204 152 226
Decimal 132 106 150
Hex 84 6A 96

RGB Percentages of Color #846a96

%34.02
%27.32
%38.66

CMYK Percentages of Color #846a96

%12
%29
%0
%41

Triadic Colors of #846a96

#846a96 #96846a #6a9684

Analogous Colors of #846a96

#846a96 #966a92 #6e6a96

Monochromatic Colors of #846a96

#846a96

Complementary Color

#846a96 #7c966a

#846a96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846a96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846a96 Color CSS Codes

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

#846a96 Text Font Color

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

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


#846a96 Background Color

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

This div background color is #846a96


#846a96 Border Color

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

This div border color is #846a96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846a96


Comments

No comments written yet.

Please login to write comment.