Color Hex Logo

#849dda Color Hex

#849DDA
(132,157,218)
0 Favorites   0 Comments

Color spaces of #849dda

RGB 132157218
HSL0.620.540.69
HSV223°39°85°
CMYK 0.390.280.00   0.15
XYZ34.227634.081471.1041
Yxy34.08140.24550.2445
Hunter Lab58.37932.4903-31.3478
CIE-Lab65.02716.4715-33.8148

#849dda color RGB value is (132,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 11011010
Octal 204 235 332
Decimal 132 157 218
Hex 84 9D DA

RGB Percentages of Color #849dda

%26.04
%30.97
%43.00

CMYK Percentages of Color #849dda

%39
%28
%0
%15

Triadic Colors of #849dda

#849dda #da849d #9dda84

Analogous Colors of #849dda

#849dda #9684da #84c8da

Monochromatic Colors of #849dda

#849dda

Complementary Color

#849dda #dac184

#849dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#849dda Color CSS Codes

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

#849dda Text Font Color

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

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


#849dda Background Color

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

This div background color is #849dda


#849dda Border Color

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

This div border color is #849dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849dda


Comments

No comments written yet.

Please login to write comment.