Color Hex Logo

#849198 Color Hex

#849198
(132,145,152)
0 Favorites   0 Comments

Color spaces of #849198

RGB 132145152
HSL0.560.090.56
HSV201°13°60°
CMYK 0.130.050.00   0.40
XYZ25.308627.423333.6651
Yxy27.42330.29290.3174
Hunter Lab52.3673-5.3754-1.4584
CIE-Lab59.3641-3.1733-5.3013

#849198 color RGB value is (132,145,152).

#849198 hex color red value is 132, green value is 145 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #849198 hue: 0.56 , saturation: 0.09 and the lightness value of 849198 is 0.56.

The process color (four color CMYK) of #849198 color hex is 0.13, 0.05, 0.00, 0.40. Web safe color of #849198 is #999999. Color #849198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010001 10011000
Octal 204 221 230
Decimal 132 145 152
Hex 84 91 98

RGB Percentages of Color #849198

%30.77
%33.80
%35.43

CMYK Percentages of Color #849198

%13
%5
%0
%40

Triadic Colors of #849198

#849198 #988491 #919884

Analogous Colors of #849198

#849198 #848798 #849895

Monochromatic Colors of #849198

#849198

Complementary Color

#849198 #988b84

#849198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849198 Color CSS Codes

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

#849198 Text Font Color

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

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


#849198 Background Color

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

This div background color is #849198


#849198 Border Color

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

This div border color is #849198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849198


Comments

No comments written yet.

Please login to write comment.