Color Hex Logo

#849dcd Color Hex

#849DCD
(132,157,205)
0 Favorites   0 Comments

Color spaces of #849dcd

RGB 132157205
HSL0.610.420.66
HSV219°36°80°
CMYK 0.360.230.00   0.20
XYZ32.592133.427362.4919
Yxy33.42730.25360.2601
Hunter Lab57.8163-0.5550-23.6133
CIE-Lab64.50542.9616-27.4053

#849dcd color RGB value is (132,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 11001101
Octal 204 235 315
Decimal 132 157 205
Hex 84 9D CD

RGB Percentages of Color #849dcd

%26.72
%31.78
%41.50

CMYK Percentages of Color #849dcd

%36
%23
%0
%20

Triadic Colors of #849dcd

#849dcd #cd849d #9dcd84

Analogous Colors of #849dcd

#849dcd #9084cd #84c2cd

Monochromatic Colors of #849dcd

#849dcd

Complementary Color

#849dcd #cdb484

#849dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#849dcd Color CSS Codes

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

#849dcd Text Font Color

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

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


#849dcd Background Color

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

This div background color is #849dcd


#849dcd Border Color

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

This div border color is #849dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849dcd

#849dcd Color Palettes


Comments

No comments written yet.

Please login to write comment.