Color Hex Logo

#849cbb Color Hex

#849CBB
(132,156,187)
0 Favorites   0 Comments

Color spaces of #849cbb

RGB 132156187
HSL0.590.290.63
HSV214°29°73°
CMYK 0.290.170.00   0.27
XYZ30.373832.270351.6416
Yxy32.27030.26580.2824
Hunter Lab56.8070-3.9710-14.1340
CIE-Lab63.5657-1.1149-18.7886

#849cbb color RGB value is (132,156,187).

#849cbb hex color red value is 132, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #849cbb hue: 0.59 , saturation: 0.29 and the lightness value of 849cbb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 10111011
Octal 204 234 273
Decimal 132 156 187
Hex 84 9C BB

RGB Percentages of Color #849cbb

%27.79
%32.84
%39.37

CMYK Percentages of Color #849cbb

%29
%17
%0
%27

Triadic Colors of #849cbb

#849cbb #bb849c #9cbb84

Analogous Colors of #849cbb

#849cbb #8884bb #84b8bb

Monochromatic Colors of #849cbb

#849cbb

Complementary Color

#849cbb #bba384

#849cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849cbb Color CSS Codes

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

#849cbb Text Font Color

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

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


#849cbb Background Color

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

This div background color is #849cbb


#849cbb Border Color

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

This div border color is #849cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849cbb


Comments

No comments written yet.

Please login to write comment.