Color Hex Logo

#849eec Color Hex

#849EEC
(132,158,236)
0 Favorites   0 Comments

Color spaces of #849eec

RGB 132158236
HSL0.630.730.72
HSV225°44°93°
CMYK 0.440.330.00   0.07
XYZ36.882935.415484.2488
Yxy35.41540.23560.2262
Hunter Lab59.51086.4846-42.2786
CIE-Lab66.070810.9435-42.1093

#849eec color RGB value is (132,158,236).

#849eec hex color red value is 132, green value is 158 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #849eec hue: 0.63 , saturation: 0.73 and the lightness value of 849eec is 0.72.

The process color (four color CMYK) of #849eec color hex is 0.44, 0.33, 0.00, 0.07. Web safe color of #849eec is #9999ff. Color #849eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11101100
Octal 204 236 354
Decimal 132 158 236
Hex 84 9E EC

RGB Percentages of Color #849eec

%25.10
%30.04
%44.87

CMYK Percentages of Color #849eec

%44
%33
%0
%7

Triadic Colors of #849eec

#849eec #ec849e #9eec84

Analogous Colors of #849eec

#849eec #9e84ec #84d2ec

Monochromatic Colors of #849eec

#849eec

Complementary Color

#849eec #ecd284

#849eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#849eec Color CSS Codes

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

#849eec Text Font Color

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

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


#849eec Background Color

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

This div background color is #849eec


#849eec Border Color

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

This div border color is #849eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849eec


Comments

No comments written yet.

Please login to write comment.