Color Hex Logo

#848ebf Color Hex

#848EBF
(132,142,191)
0 Favorites   0 Comments

Color spaces of #848ebf

RGB 132142191
HSL0.640.320.63
HSV230°31°75°
CMYK 0.310.260.00   0.25
XYZ28.592728.013153.1903
Yxy28.01310.26040.2551
Hunter Lab52.92743.8072-22.5353
CIE-Lab59.90067.8661-26.6515

#848ebf color RGB value is (132,142,191).

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

The process color (four color CMYK) of #848ebf color hex is 0.31, 0.26, 0.00, 0.25. Web safe color of #848ebf is #9999cc. Color #848ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 10111111
Octal 204 216 277
Decimal 132 142 191
Hex 84 8E BF

RGB Percentages of Color #848ebf

%28.39
%30.54
%41.08

CMYK Percentages of Color #848ebf

%31
%26
%0
%25

Triadic Colors of #848ebf

#848ebf #bf848e #8ebf84

Analogous Colors of #848ebf

#848ebf #9884bf #84acbf

Monochromatic Colors of #848ebf

#848ebf

Complementary Color

#848ebf #bfb584

#848ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ebf Color CSS Codes

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

#848ebf Text Font Color

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

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


#848ebf Background Color

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

This div background color is #848ebf


#848ebf Border Color

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

This div border color is #848ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ebf


Comments

No comments written yet.

Please login to write comment.