Color Hex Logo

#849aea Color Hex

#849AEA
(132,154,234)
0 Favorites   0 Comments

Color spaces of #849aea

RGB 132154234
HSL0.630.710.72
HSV227°44°92°
CMYK 0.440.340.00   0.08
XYZ35.922633.957282.5030
Yxy33.95720.23570.2228
Hunter Lab58.27288.0599-43.1522
CIE-Lab64.928612.6739-42.8015

#849aea color RGB value is (132,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 11101010
Octal 204 232 352
Decimal 132 154 234
Hex 84 9A EA

RGB Percentages of Color #849aea

%25.38
%29.62
%45.00

CMYK Percentages of Color #849aea

%44
%34
%0
%8

Triadic Colors of #849aea

#849aea #ea849a #9aea84

Analogous Colors of #849aea

#849aea #a184ea #84cdea

Monochromatic Colors of #849aea

#849aea

Complementary Color

#849aea #ead484

#849aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#849aea Color CSS Codes

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

#849aea Text Font Color

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

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


#849aea Background Color

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

This div background color is #849aea


#849aea Border Color

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

This div border color is #849aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849aea


Comments

No comments written yet.

Please login to write comment.