Color Hex Logo

#849ffa Color Hex

#849FFA
(132,159,250)
0 Favorites   0 Comments

Color spaces of #849ffa

RGB 132159250
HSL0.630.920.75
HSV226°47°98°
CMYK 0.470.360.00   0.02
XYZ39.169236.603995.4433
Yxy36.60390.22880.2138
Hunter Lab60.50129.6861-51.1818
CIE-Lab66.978814.4149-48.3404

#849ffa color RGB value is (132,159,250).

#849ffa hex color red value is 132, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #849ffa hue: 0.63 , saturation: 0.92 and the lightness value of 849ffa is 0.75.

The process color (four color CMYK) of #849ffa color hex is 0.47, 0.36, 0.00, 0.02. Web safe color of #849ffa is #9999ff. Color #849ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11111010
Octal 204 237 372
Decimal 132 159 250
Hex 84 9F FA

RGB Percentages of Color #849ffa

%24.40
%29.39
%46.21

CMYK Percentages of Color #849ffa

%47
%36
%0
%2

Triadic Colors of #849ffa

#849ffa #fa849f #9ffa84

Analogous Colors of #849ffa

#849ffa #a484fa #84dafa

Monochromatic Colors of #849ffa

#849ffa

Complementary Color

#849ffa #fadf84

#849ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ffa Color CSS Codes

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

#849ffa Text Font Color

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

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


#849ffa Background Color

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

This div background color is #849ffa


#849ffa Border Color

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

This div border color is #849ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.