Color Hex Logo

#846991 Color Hex

#846991
(132,105,145)
0 Favorites   0 Comments

Color spaces of #846991

RGB 132105145
HSL0.780.160.49
HSV281°28°57°
CMYK 0.090.280.00   0.43
XYZ19.678117.053029.0425
Yxy17.05300.29920.2593
Hunter Lab41.295312.7924-12.7913
CIE-Lab48.326718.5205-17.8341

#846991 color RGB value is (132,105,145).

#846991 hex color red value is 132, green value is 105 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #846991 hue: 0.78 , saturation: 0.16 and the lightness value of 846991 is 0.49.

The process color (four color CMYK) of #846991 color hex is 0.09, 0.28, 0.00, 0.43. Web safe color of #846991 is #996699. Color #846991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 10010001
Octal 204 151 221
Decimal 132 105 145
Hex 84 69 91

RGB Percentages of Color #846991

%34.55
%27.49
%37.96

CMYK Percentages of Color #846991

%9
%28
%0
%43

Triadic Colors of #846991

#846991 #918469 #699184

Analogous Colors of #846991

#846991 #91698a #706991

Monochromatic Colors of #846991

#846991

Complementary Color

#846991 #769169

#846991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846991 Color CSS Codes

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

#846991 Text Font Color

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

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


#846991 Background Color

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

This div background color is #846991


#846991 Border Color

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

This div border color is #846991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846991


Comments

No comments written yet.

Please login to write comment.