Color Hex Logo

#849bfe Color Hex

#849BFE
(132,155,254)
0 Favorites   0 Comments

Color spaces of #849bfe

RGB 132155254
HSL0.640.980.76
HSV229°48°100°
CMYK 0.480.390.00   0.00
XYZ39.126535.504098.5567
Yxy35.50400.22590.2050
Hunter Lab59.585212.9374-56.3587
CIE-Lab66.139217.8986-51.8470

#849bfe color RGB value is (132,155,254).

#849bfe hex color red value is 132, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #849bfe hue: 0.64 , saturation: 0.98 and the lightness value of 849bfe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 11111110
Octal 204 233 376
Decimal 132 155 254
Hex 84 9B FE

RGB Percentages of Color #849bfe

%24.40
%28.65
%46.95

CMYK Percentages of Color #849bfe

%48
%39
%0
%0

Triadic Colors of #849bfe

#849bfe #fe849b #9bfe84

Analogous Colors of #849bfe

#849bfe #aa84fe #84d8fe

Monochromatic Colors of #849bfe

#849bfe

Complementary Color

#849bfe #fee784

#849bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#849bfe Color CSS Codes

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

#849bfe Text Font Color

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

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


#849bfe Background Color

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

This div background color is #849bfe


#849bfe Border Color

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

This div border color is #849bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849bfe


Comments

No comments written yet.

Please login to write comment.