Color Hex Logo

#848596 Color Hex

#848596
(132,133,150)
0 Favorites   0 Comments

Color spaces of #848596

RGB 132133150
HSL0.660.080.55
HSV237°12°59°
CMYK 0.120.110.00   0.41
XYZ23.408323.882632.2302
Yxy23.88260.29440.3003
Hunter Lab48.8698-0.0220-4.8935
CIE-Lab55.97013.1949-9.2037

#848596 color RGB value is (132,133,150).

#848596 hex color red value is 132, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #848596 hue: 0.66 , saturation: 0.08 and the lightness value of 848596 is 0.55.

The process color (four color CMYK) of #848596 color hex is 0.12, 0.11, 0.00, 0.41. Web safe color of #848596 is #999999. Color #848596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000101 10010110
Octal 204 205 226
Decimal 132 133 150
Hex 84 85 96

RGB Percentages of Color #848596

%31.81
%32.05
%36.14

CMYK Percentages of Color #848596

%12
%11
%0
%41

Triadic Colors of #848596

#848596 #968485 #859684

Analogous Colors of #848596

#848596 #8c8496 #848e96

Monochromatic Colors of #848596

#848596

Complementary Color

#848596 #969584

#848596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848596 Color CSS Codes

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

#848596 Text Font Color

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

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


#848596 Background Color

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

This div background color is #848596


#848596 Border Color

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

This div border color is #848596


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,133,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 #848596">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848596


Comments

No comments written yet.

Please login to write comment.