Color Hex Logo

#848ebb Color Hex

#848EBB
(132,142,187)
0 Favorites   0 Comments

Color spaces of #848ebb

RGB 132142187
HSL0.640.290.63
HSV229°29°73°
CMYK 0.290.240.00   0.27
XYZ28.158427.839450.9031
Yxy27.83940.26340.2604
Hunter Lab52.76312.9259-20.2658
CIE-Lab59.74346.8388-24.6317

#848ebb color RGB value is (132,142,187).

#848ebb hex color red value is 132, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #848ebb hue: 0.64 , saturation: 0.29 and the lightness value of 848ebb is 0.63.

The process color (four color CMYK) of #848ebb color hex is 0.29, 0.24, 0.00, 0.27. Web safe color of #848ebb is #9999cc. Color #848ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 10111011
Octal 204 216 273
Decimal 132 142 187
Hex 84 8E BB

RGB Percentages of Color #848ebb

%28.63
%30.80
%40.56

CMYK Percentages of Color #848ebb

%29
%24
%0
%27

Triadic Colors of #848ebb

#848ebb #bb848e #8ebb84

Analogous Colors of #848ebb

#848ebb #9684bb #84aabb

Monochromatic Colors of #848ebb

#848ebb

Complementary Color

#848ebb #bbb184

#848ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ebb Color CSS Codes

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

#848ebb Text Font Color

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

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


#848ebb Background Color

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

This div background color is #848ebb


#848ebb Border Color

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

This div border color is #848ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ebb


Comments

No comments written yet.

Please login to write comment.