Color Hex Logo

#849fdf Color Hex

#849FDF
(132,159,223)
0 Favorites   0 Comments

Color spaces of #849fdf

RGB 132159223
HSL0.620.590.70
HSV222°41°87°
CMYK 0.410.290.00   0.13
XYZ35.233135.029574.7164
Yxy35.02950.24300.2416
Hunter Lab59.18572.6855-33.4180
CIE-Lab65.77166.7122-35.4212

#849fdf color RGB value is (132,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11011111
Octal 204 237 337
Decimal 132 159 223
Hex 84 9F DF

RGB Percentages of Color #849fdf

%25.68
%30.93
%43.39

CMYK Percentages of Color #849fdf

%41
%29
%0
%13

Triadic Colors of #849fdf

#849fdf #df849f #9fdf84

Analogous Colors of #849fdf

#849fdf #9784df #84cddf

Monochromatic Colors of #849fdf

#849fdf

Complementary Color

#849fdf #dfc484

#849fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#849fdf Color CSS Codes

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

#849fdf Text Font Color

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

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


#849fdf Background Color

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

This div background color is #849fdf


#849fdf Border Color

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

This div border color is #849fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849fdf


Comments

No comments written yet.

Please login to write comment.