Color Hex Logo

#849bda Color Hex

#849BDA
(132,155,218)
0 Favorites   0 Comments

Color spaces of #849bda

RGB 132155218
HSL0.620.540.69
HSV224°39°85°
CMYK 0.390.290.00   0.15
XYZ33.892033.410270.9922
Yxy33.41020.24510.2416
Hunter Lab57.80163.5109-32.3592
CIE-Lab64.49177.6130-34.6470

#849bda color RGB value is (132,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 11011010
Octal 204 233 332
Decimal 132 155 218
Hex 84 9B DA

RGB Percentages of Color #849bda

%26.14
%30.69
%43.17

CMYK Percentages of Color #849bda

%39
%29
%0
%15

Triadic Colors of #849bda

#849bda #da849b #9bda84

Analogous Colors of #849bda

#849bda #9884da #84c6da

Monochromatic Colors of #849bda

#849bda

Complementary Color

#849bda #dac384

#849bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#849bda Color CSS Codes

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

#849bda Text Font Color

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

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


#849bda Background Color

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

This div background color is #849bda


#849bda Border Color

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

This div border color is #849bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849bda


Comments

No comments written yet.

Please login to write comment.