Color Hex Logo

#849abe Color Hex

#849ABE
(132,154,190)
0 Favorites   0 Comments

Color spaces of #849abe

RGB 132154190
HSL0.600.310.63
HSV217°31°75°
CMYK 0.310.190.00   0.25
XYZ30.365631.734453.2401
Yxy31.73440.26330.2751
Hunter Lab56.3333-2.3656-16.6012
CIE-Lab63.12280.7634-21.1452

#849abe color RGB value is (132,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 10111110
Octal 204 232 276
Decimal 132 154 190
Hex 84 9A BE

RGB Percentages of Color #849abe

%27.73
%32.35
%39.92

CMYK Percentages of Color #849abe

%31
%19
%0
%25

Triadic Colors of #849abe

#849abe #be849a #9abe84

Analogous Colors of #849abe

#849abe #8b84be #84b7be

Monochromatic Colors of #849abe

#849abe

Complementary Color

#849abe #bea884

#849abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#849abe Color CSS Codes

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

#849abe Text Font Color

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

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


#849abe Background Color

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

This div background color is #849abe


#849abe Border Color

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

This div border color is #849abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849abe


Comments

No comments written yet.

Please login to write comment.