Color Hex Logo

#849fdd Color Hex

#849FDD
(132,159,221)
0 Favorites   0 Comments

Color spaces of #849fdd

RGB 132159221
HSL0.620.570.69
HSV222°40°87°
CMYK 0.400.280.00   0.13
XYZ34.965034.922373.3044
Yxy34.92230.24420.2439
Hunter Lab59.09512.1973-32.1796
CIE-Lab65.68816.1588-34.4469

#849fdd color RGB value is (132,159,221).

#849fdd hex color red value is 132, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #849fdd hue: 0.62 , saturation: 0.57 and the lightness value of 849fdd is 0.69.

The process color (four color CMYK) of #849fdd color hex is 0.40, 0.28, 0.00, 0.13. Web safe color of #849fdd is #9999cc. Color #849fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11011101
Octal 204 237 335
Decimal 132 159 221
Hex 84 9F DD

RGB Percentages of Color #849fdd

%25.78
%31.05
%43.16

CMYK Percentages of Color #849fdd

%40
%28
%0
%13

Triadic Colors of #849fdd

#849fdd #dd849f #9fdd84

Analogous Colors of #849fdd

#849fdd #9684dd #84ccdd

Monochromatic Colors of #849fdd

#849fdd

Complementary Color

#849fdd #ddc284

#849fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#849fdd Color CSS Codes

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

#849fdd Text Font Color

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

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


#849fdd Background Color

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

This div background color is #849fdd


#849fdd Border Color

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

This div border color is #849fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849fdd


Comments

No comments written yet.

Please login to write comment.