Color Hex Logo

#849cdb Color Hex

#849CDB
(132,156,219)
0 Favorites   0 Comments

Color spaces of #849cdb

RGB 132156219
HSL0.620.550.69
HSV223°40°86°
CMYK 0.400.290.00   0.14
XYZ34.190433.796971.7393
Yxy33.79690.24470.2419
Hunter Lab58.13513.2429-32.4699
CIE-Lab64.80107.3171-34.7198

#849cdb color RGB value is (132,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 11011011
Octal 204 234 333
Decimal 132 156 219
Hex 84 9C DB

RGB Percentages of Color #849cdb

%26.04
%30.77
%43.20

CMYK Percentages of Color #849cdb

%40
%29
%0
%14

Triadic Colors of #849cdb

#849cdb #db849c #9cdb84

Analogous Colors of #849cdb

#849cdb #9884db #84c8db

Monochromatic Colors of #849cdb

#849cdb

Complementary Color

#849cdb #dbc384

#849cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849cdb Color CSS Codes

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

#849cdb Text Font Color

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

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


#849cdb Background Color

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

This div background color is #849cdb


#849cdb Border Color

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

This div border color is #849cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849cdb


Comments

No comments written yet.

Please login to write comment.