Color Hex Logo

#848094 Color Hex

#848094
(132,128,148)
0 Favorites   0 Comments

Color spaces of #848094

RGB 132128148
HSL0.700.090.54
HSV252°14°58°
CMYK 0.110.140.00   0.42
XYZ22.580222.482031.1663
Yxy22.48200.29620.2949
Hunter Lab47.41522.0292-5.7811
CIE-Lab54.53475.6415-10.1954

#848094 color RGB value is (132,128,148).

#848094 hex color red value is 132, green value is 128 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #848094 hue: 0.70 , saturation: 0.09 and the lightness value of 848094 is 0.54.

The process color (four color CMYK) of #848094 color hex is 0.11, 0.14, 0.00, 0.42. Web safe color of #848094 is #999999. Color #848094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 10010100
Octal 204 200 224
Decimal 132 128 148
Hex 84 80 94

RGB Percentages of Color #848094

%32.35
%31.37
%36.27

CMYK Percentages of Color #848094

%11
%14
%0
%42

Triadic Colors of #848094

#848094 #948480 #809484

Analogous Colors of #848094

#848094 #8e8094 #808694

Monochromatic Colors of #848094

#848094

Complementary Color

#848094 #909480

#848094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848094 Color CSS Codes

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

#848094 Text Font Color

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

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


#848094 Background Color

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

This div background color is #848094


#848094 Border Color

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

This div border color is #848094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848094


Comments

No comments written yet.

Please login to write comment.