Color Hex Logo

#846899 Color Hex

#846899
(132,104,153)
0 Favorites   0 Comments

Color spaces of #846899

RGB 132104153
HSL0.760.190.50
HSV274°32°60°
CMYK 0.140.320.00   0.40
XYZ20.215817.106132.3733
Yxy17.10610.29010.2454
Hunter Lab41.359514.8685-17.4563
CIE-Lab48.393420.9030-22.4638

#846899 color RGB value is (132,104,153).

#846899 hex color red value is 132, green value is 104 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #846899 hue: 0.76 , saturation: 0.19 and the lightness value of 846899 is 0.50.

The process color (four color CMYK) of #846899 color hex is 0.14, 0.32, 0.00, 0.40. Web safe color of #846899 is #996699. Color #846899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 10011001
Octal 204 150 231
Decimal 132 104 153
Hex 84 68 99

RGB Percentages of Color #846899

%33.93
%26.74
%39.33

CMYK Percentages of Color #846899

%14
%32
%0
%40

Triadic Colors of #846899

#846899 #998468 #689984

Analogous Colors of #846899

#846899 #996896 #6c6899

Monochromatic Colors of #846899

#846899

Complementary Color

#846899 #7d9968

#846899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846899 Color CSS Codes

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

#846899 Text Font Color

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

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


#846899 Background Color

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

This div background color is #846899


#846899 Border Color

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

This div border color is #846899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846899

#846899 Color Palettes


Comments

No comments written yet.

Please login to write comment.