Color Hex Logo

#849acb Color Hex

#849ACB
(132,154,203)
0 Favorites   0 Comments

Color spaces of #849acb

RGB 132154203
HSL0.620.410.66
HSV221°35°80°
CMYK 0.350.240.00   0.20
XYZ31.850832.328561.0612
Yxy32.32850.25430.2581
Hunter Lab56.85820.4903-23.8721
CIE-Lab63.61354.1326-27.6649

#849acb color RGB value is (132,154,203).

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

The process color (four color CMYK) of #849acb color hex is 0.35, 0.24, 0.00, 0.20. Web safe color of #849acb is #9999cc. Color #849acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 11001011
Octal 204 232 313
Decimal 132 154 203
Hex 84 9A CB

RGB Percentages of Color #849acb

%26.99
%31.49
%41.51

CMYK Percentages of Color #849acb

%35
%24
%0
%20

Triadic Colors of #849acb

#849acb #cb849a #9acb84

Analogous Colors of #849acb

#849acb #9284cb #84becb

Monochromatic Colors of #849acb

#849acb

Complementary Color

#849acb #cbb584

#849acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849acb Color CSS Codes

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

#849acb Text Font Color

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

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


#849acb Background Color

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

This div background color is #849acb


#849acb Border Color

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

This div border color is #849acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849acb


Comments

No comments written yet.

Please login to write comment.