Color Hex Logo

#849dcb Color Hex

#849DCB
(132,157,203)
0 Favorites   0 Comments

Color spaces of #849dcb

RGB 132157203
HSL0.610.410.66
HSV219°35°80°
CMYK 0.350.230.00   0.20
XYZ32.352233.331361.2283
Yxy33.33130.25490.2626
Hunter Lab57.7333-1.0065-22.4660
CIE-Lab64.42832.4333-26.4104

#849dcb color RGB value is (132,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 11001011
Octal 204 235 313
Decimal 132 157 203
Hex 84 9D CB

RGB Percentages of Color #849dcb

%26.83
%31.91
%41.26

CMYK Percentages of Color #849dcb

%35
%23
%0
%20

Triadic Colors of #849dcb

#849dcb #cb849d #9dcb84

Analogous Colors of #849dcb

#849dcb #8f84cb #84c1cb

Monochromatic Colors of #849dcb

#849dcb

Complementary Color

#849dcb #cbb284

#849dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849dcb Color CSS Codes

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

#849dcb Text Font Color

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

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


#849dcb Background Color

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

This div background color is #849dcb


#849dcb Border Color

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

This div border color is #849dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849dcb


Comments

No comments written yet.

Please login to write comment.