Color Hex Logo

#848faa Color Hex

#848FAA
(132,143,170)
0 Favorites   0 Comments

Color spaces of #848faa

RGB 132143170
HSL0.620.180.59
HSV223°22°67°
CMYK 0.220.160.00   0.33
XYZ26.593927.452741.9275
Yxy27.45270.27710.2860
Hunter Lab52.3953-1.0919-10.7680
CIE-Lab59.39102.0664-15.5199

#848faa color RGB value is (132,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 10101010
Octal 204 217 252
Decimal 132 143 170
Hex 84 8F AA

RGB Percentages of Color #848faa

%29.66
%32.13
%38.20

CMYK Percentages of Color #848faa

%22
%16
%0
%33

Triadic Colors of #848faa

#848faa #aa848f #8faa84

Analogous Colors of #848faa

#848faa #8c84aa #84a2aa

Monochromatic Colors of #848faa

#848faa

Complementary Color

#848faa #aa9f84

#848faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#848faa Color CSS Codes

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

#848faa Text Font Color

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

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


#848faa Background Color

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

This div background color is #848faa


#848faa Border Color

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

This div border color is #848faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848faa


Comments

No comments written yet.

Please login to write comment.