Color Hex Logo

#849ecb Color Hex

#849ECB
(132,158,203)
0 Favorites   0 Comments

Color spaces of #849ecb

RGB 132158203
HSL0.610.410.66
HSV218°35°80°
CMYK 0.350.220.00   0.20
XYZ32.522133.671161.2850
Yxy33.67110.25510.2641
Hunter Lab58.0268-1.5036-22.0004
CIE-Lab64.70071.8693-25.9917

#849ecb color RGB value is (132,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11001011
Octal 204 236 313
Decimal 132 158 203
Hex 84 9E CB

RGB Percentages of Color #849ecb

%26.77
%32.05
%41.18

CMYK Percentages of Color #849ecb

%35
%22
%0
%20

Triadic Colors of #849ecb

#849ecb #cb849e #9ecb84

Analogous Colors of #849ecb

#849ecb #8e84cb #84c2cb

Monochromatic Colors of #849ecb

#849ecb

Complementary Color

#849ecb #cbb184

#849ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ecb Color CSS Codes

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

#849ecb Text Font Color

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

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


#849ecb Background Color

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

This div background color is #849ecb


#849ecb Border Color

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

This div border color is #849ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ecb


Comments

No comments written yet.

Please login to write comment.