Color Hex Logo

#848ffa Color Hex

#848FFA
(132,143,250)
0 Favorites   0 Comments

Color spaces of #848ffa

RGB 132143250
HSL0.650.920.75
HSV234°47°98°
CMYK 0.470.430.00   0.02
XYZ36.593531.452694.5847
Yxy31.45260.22500.1934
Hunter Lab56.082618.3254-60.7362
CIE-Lab62.887923.7068-54.8180

#848ffa color RGB value is (132,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11111010
Octal 204 217 372
Decimal 132 143 250
Hex 84 8F FA

RGB Percentages of Color #848ffa

%25.14
%27.24
%47.62

CMYK Percentages of Color #848ffa

%47
%43
%0
%2

Triadic Colors of #848ffa

#848ffa #fa848f #8ffa84

Analogous Colors of #848ffa

#848ffa #b484fa #84cafa

Monochromatic Colors of #848ffa

#848ffa

Complementary Color

#848ffa #faef84

#848ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ffa Color CSS Codes

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

#848ffa Text Font Color

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

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


#848ffa Background Color

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

This div background color is #848ffa


#848ffa Border Color

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

This div border color is #848ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,143,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 #848ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ffa


Comments

No comments written yet.

Please login to write comment.