Color Hex Logo

#848abe Color Hex

#848ABE
(132,138,190)
0 Favorites   0 Comments

Color spaces of #848abe

RGB 132138190
HSL0.650.310.63
HSV234°31°75°
CMYK 0.310.270.00   0.25
XYZ27.898526.800252.4177
Yxy26.80020.26050.2502
Hunter Lab51.76895.5989-23.7948
CIE-Lab58.78899.9241-27.8018

#848abe color RGB value is (132,138,190).

#848abe hex color red value is 132, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #848abe hue: 0.65 , saturation: 0.31 and the lightness value of 848abe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 10111110
Octal 204 212 276
Decimal 132 138 190
Hex 84 8A BE

RGB Percentages of Color #848abe

%28.70
%30.00
%41.30

CMYK Percentages of Color #848abe

%31
%27
%0
%25

Triadic Colors of #848abe

#848abe #be848a #8abe84

Analogous Colors of #848abe

#848abe #9b84be #84a7be

Monochromatic Colors of #848abe

#848abe

Complementary Color

#848abe #beb884

#848abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#848abe Color CSS Codes

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

#848abe Text Font Color

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

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


#848abe Background Color

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

This div background color is #848abe


#848abe Border Color

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

This div border color is #848abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848abe


Comments

No comments written yet.

Please login to write comment.