Color Hex Logo

#849bde Color Hex

#849BDE
(132,155,222)
0 Favorites   0 Comments

Color spaces of #849bde

RGB 132155222
HSL0.620.580.69
HSV225°41°87°
CMYK 0.410.300.00   0.13
XYZ34.421933.622173.7827
Yxy33.62210.24270.2371
Hunter Lab57.98464.4916-34.8546
CIE-Lab64.66158.7193-36.5973

#849bde color RGB value is (132,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 11011110
Octal 204 233 336
Decimal 132 155 222
Hex 84 9B DE

RGB Percentages of Color #849bde

%25.93
%30.45
%43.61

CMYK Percentages of Color #849bde

%41
%30
%0
%13

Triadic Colors of #849bde

#849bde #de849b #9bde84

Analogous Colors of #849bde

#849bde #9a84de #84c8de

Monochromatic Colors of #849bde

#849bde

Complementary Color

#849bde #dec784

#849bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#849bde Color CSS Codes

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

#849bde Text Font Color

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

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


#849bde Background Color

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

This div background color is #849bde


#849bde Border Color

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

This div border color is #849bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849bde


Comments

No comments written yet.

Please login to write comment.