Color Hex Logo

#849edb Color Hex

#849EDB
(132,158,219)
0 Favorites   0 Comments

Color spaces of #849edb

RGB 132158219
HSL0.620.550.69
HSV222°40°86°
CMYK 0.400.280.00   0.14
XYZ34.528834.473771.8521
Yxy34.47370.24510.2447
Hunter Lab58.71432.2225-31.4566
CIE-Lab65.33686.1769-33.8872

#849edb color RGB value is (132,158,219).

#849edb hex color red value is 132, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #849edb hue: 0.62 , saturation: 0.55 and the lightness value of 849edb is 0.69.

The process color (four color CMYK) of #849edb color hex is 0.40, 0.28, 0.00, 0.14. Web safe color of #849edb is #9999cc. Color #849edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11011011
Octal 204 236 333
Decimal 132 158 219
Hex 84 9E DB

RGB Percentages of Color #849edb

%25.93
%31.04
%43.03

CMYK Percentages of Color #849edb

%40
%28
%0
%14

Triadic Colors of #849edb

#849edb #db849e #9edb84

Analogous Colors of #849edb

#849edb #9684db #84cadb

Monochromatic Colors of #849edb

#849edb

Complementary Color

#849edb #dbc184

#849edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849edb Color CSS Codes

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

#849edb Text Font Color

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

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


#849edb Background Color

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

This div background color is #849edb


#849edb Border Color

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

This div border color is #849edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849edb


Comments

No comments written yet.

Please login to write comment.