Color Hex Logo

#849edc Color Hex

#849EDC
(132,158,220)
0 Favorites   0 Comments

Color spaces of #849edc

RGB 132158220
HSL0.620.560.69
HSV222°40°86°
CMYK 0.400.280.00   0.14
XYZ34.660834.526672.5476
Yxy34.52660.24450.2436
Hunter Lab58.75932.4643-32.0712
CIE-Lab65.37846.4517-34.3755

#849edc color RGB value is (132,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11011100
Octal 204 236 334
Decimal 132 158 220
Hex 84 9E DC

RGB Percentages of Color #849edc

%25.88
%30.98
%43.14

CMYK Percentages of Color #849edc

%40
%28
%0
%14

Triadic Colors of #849edc

#849edc #dc849e #9edc84

Analogous Colors of #849edc

#849edc #9684dc #84cadc

Monochromatic Colors of #849edc

#849edc

Complementary Color

#849edc #dcc284

#849edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#849edc Color CSS Codes

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

#849edc Text Font Color

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

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


#849edc Background Color

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

This div background color is #849edc


#849edc Border Color

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

This div border color is #849edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849edc


Comments

No comments written yet.

Please login to write comment.