Color Hex Logo

#849adb Color Hex

#849ADB
(132,154,219)
0 Favorites   0 Comments

Color spaces of #849adb

RGB 132154219
HSL0.620.550.69
HSV225°40°86°
CMYK 0.400.300.00   0.14
XYZ33.857533.131271.6283
Yxy33.13120.24430.2390
Hunter Lab57.55974.2669-33.4897
CIE-Lab64.26708.4611-35.5508

#849adb color RGB value is (132,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 11011011
Octal 204 232 333
Decimal 132 154 219
Hex 84 9A DB

RGB Percentages of Color #849adb

%26.14
%30.50
%43.37

CMYK Percentages of Color #849adb

%40
%30
%0
%14

Triadic Colors of #849adb

#849adb #db849a #9adb84

Analogous Colors of #849adb

#849adb #9a84db #84c6db

Monochromatic Colors of #849adb

#849adb

Complementary Color

#849adb #dbc584

#849adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849adb Color CSS Codes

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

#849adb Text Font Color

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

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


#849adb Background Color

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

This div background color is #849adb


#849adb Border Color

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

This div border color is #849adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849adb


Comments

No comments written yet.

Please login to write comment.