Color Hex Logo

#848bfa Color Hex

#848BFA
(132,139,250)
0 Favorites   0 Comments

Color spaces of #848bfa

RGB 132139250
HSL0.660.920.75
HSV236°47°98°
CMYK 0.470.440.00   0.02
XYZ36.003730.272994.3881
Yxy30.27290.22410.1884
Hunter Lab55.020820.5177-63.1973
CIE-Lab61.889026.0475-56.4079

#848bfa color RGB value is (132,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001011 11111010
Octal 204 213 372
Decimal 132 139 250
Hex 84 8B FA

RGB Percentages of Color #848bfa

%25.34
%26.68
%47.98

CMYK Percentages of Color #848bfa

%47
%44
%0
%2

Triadic Colors of #848bfa

#848bfa #fa848b #8bfa84

Analogous Colors of #848bfa

#848bfa #b884fa #84c6fa

Monochromatic Colors of #848bfa

#848bfa

Complementary Color

#848bfa #faf384

#848bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#848bfa Color CSS Codes

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

#848bfa Text Font Color

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

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


#848bfa Background Color

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

This div background color is #848bfa


#848bfa Border Color

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

This div border color is #848bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848bfa


Comments

No comments written yet.

Please login to write comment.