Color Hex Logo

#848eaa Color Hex

#848EAA
(132,142,170)
0 Favorites   0 Comments

Color spaces of #848eaa

RGB 132142170
HSL0.620.180.59
HSV224°22°67°
CMYK 0.220.160.00   0.33
XYZ26.444427.153841.8776
Yxy27.15380.27700.2844
Hunter Lab52.1093-0.6062-11.1718
CIE-Lab59.11642.6361-15.9356

#848eaa color RGB value is (132,142,170).

#848eaa hex color red value is 132, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #848eaa hue: 0.62 , saturation: 0.18 and the lightness value of 848eaa is 0.59.

The process color (four color CMYK) of #848eaa color hex is 0.22, 0.16, 0.00, 0.33. Web safe color of #848eaa is #999999. Color #848eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 10101010
Octal 204 216 252
Decimal 132 142 170
Hex 84 8E AA

RGB Percentages of Color #848eaa

%29.73
%31.98
%38.29

CMYK Percentages of Color #848eaa

%22
%16
%0
%33

Triadic Colors of #848eaa

#848eaa #aa848e #8eaa84

Analogous Colors of #848eaa

#848eaa #8d84aa #84a1aa

Monochromatic Colors of #848eaa

#848eaa

Complementary Color

#848eaa #aaa084

#848eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#848eaa Color CSS Codes

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

#848eaa Text Font Color

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

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


#848eaa Background Color

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

This div background color is #848eaa


#848eaa Border Color

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

This div border color is #848eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #848eaa;
  box-shadow:         1px 1px 3px 2px #848eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848eaa


Comments

No comments written yet.

Please login to write comment.