Color Hex Logo

#849eeb Color Hex

#849EEB
(132,158,235)
0 Favorites   0 Comments

Color spaces of #849eeb

RGB 132158235
HSL0.620.720.72
HSV225°44°92°
CMYK 0.440.330.00   0.08
XYZ36.738035.357483.4856
Yxy35.35740.23610.2273
Hunter Lab59.46216.2256-41.6205
CIE-Lab66.026010.6585-41.6304

#849eeb color RGB value is (132,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11101011
Octal 204 236 353
Decimal 132 158 235
Hex 84 9E EB

RGB Percentages of Color #849eeb

%25.14
%30.10
%44.76

CMYK Percentages of Color #849eeb

%44
%33
%0
%8

Triadic Colors of #849eeb

#849eeb #eb849e #9eeb84

Analogous Colors of #849eeb

#849eeb #9e84eb #84d2eb

Monochromatic Colors of #849eeb

#849eeb

Complementary Color

#849eeb #ebd184

#849eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849eeb Color CSS Codes

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

#849eeb Text Font Color

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

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


#849eeb Background Color

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

This div background color is #849eeb


#849eeb Border Color

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

This div border color is #849eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849eeb


Comments

No comments written yet.

Please login to write comment.