Color Hex Logo

#849eff Color Hex

#849EFF
(132,158,255)
0 Favorites   0 Comments

Color spaces of #849eff

RGB 132158255
HSL0.631.000.76
HSV227°48°100°
CMYK 0.480.380.00   0.00
XYZ39.792636.579399.5709
Yxy36.57930.22620.2079
Hunter Lab60.480811.6004-55.2738
CIE-Lab66.960216.4586-51.0928

#849eff color RGB value is (132,158,255).

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

The process color (four color CMYK) of #849eff color hex is 0.48, 0.38, 0.00, 0.00. Web safe color of #849eff is #9999ff. Color #849eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11111111
Octal 204 236 377
Decimal 132 158 255
Hex 84 9E FF

RGB Percentages of Color #849eff

%24.22
%28.99
%46.79

CMYK Percentages of Color #849eff

%48
%38
%0
%0

Triadic Colors of #849eff

#849eff #ff849e #9eff84

Analogous Colors of #849eff

#849eff #a884ff #84dcff

Monochromatic Colors of #849eff

#849eff

Complementary Color

#849eff #ffe584

#849eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#849eff Color CSS Codes

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

#849eff Text Font Color

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

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


#849eff Background Color

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

This div background color is #849eff


#849eff Border Color

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

This div border color is #849eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849eff

Related Colors


Comments

No comments written yet.

Please login to write comment.