Color Hex Logo

#849bdb Color Hex

#849BDB
(132,155,219)
0 Favorites   0 Comments

Color spaces of #849bdb

RGB 132155219
HSL0.620.550.69
HSV224°40°86°
CMYK 0.400.290.00   0.14
XYZ34.023233.462771.6836
Yxy33.46270.24450.2404
Hunter Lab57.84703.7542-32.9789
CIE-Lab64.53387.8883-35.1355

#849bdb color RGB value is (132,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 11011011
Octal 204 233 333
Decimal 132 155 219
Hex 84 9B DB

RGB Percentages of Color #849bdb

%26.09
%30.63
%43.28

CMYK Percentages of Color #849bdb

%40
%29
%0
%14

Triadic Colors of #849bdb

#849bdb #db849b #9bdb84

Analogous Colors of #849bdb

#849bdb #9984db #84c7db

Monochromatic Colors of #849bdb

#849bdb

Complementary Color

#849bdb #dbc484

#849bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849bdb Color CSS Codes

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

#849bdb Text Font Color

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

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


#849bdb Background Color

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

This div background color is #849bdb


#849bdb Border Color

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

This div border color is #849bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849bdb


Comments

No comments written yet.

Please login to write comment.