Color Hex Logo

#848890 Color Hex

#848890
(132,136,144)
0 Favorites   0 Comments

Color spaces of #848890

RGB 132136144
HSL0.610.050.54
HSV220°56°
CMYK 0.080.060.00   0.44
XYZ23.353924.527529.8889
Yxy24.52750.30030.3154
Hunter Lab49.5252-2.4965-1.1143
CIE-Lab56.61210.1845-4.7877

#848890 color RGB value is (132,136,144).

#848890 hex color red value is 132, green value is 136 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #848890 hue: 0.61 , saturation: 0.05 and the lightness value of 848890 is 0.54.

The process color (four color CMYK) of #848890 color hex is 0.08, 0.06, 0.00, 0.44. Web safe color of #848890 is #999999. Color #848890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 10010000
Octal 204 210 220
Decimal 132 136 144
Hex 84 88 90

RGB Percentages of Color #848890

%32.04
%33.01
%34.95

CMYK Percentages of Color #848890

%8
%6
%0
%44

Triadic Colors of #848890

#848890 #908488 #889084

Analogous Colors of #848890

#848890 #868490 #848e90

Monochromatic Colors of #848890

#848890

Complementary Color

#848890 #908c84

#848890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848890 Color CSS Codes

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

#848890 Text Font Color

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

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


#848890 Background Color

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

This div background color is #848890


#848890 Border Color

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

This div border color is #848890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848890


Comments

No comments written yet.

Please login to write comment.