Color Hex Logo

#848fff Color Hex

#848FFF
(132,143,255)
0 Favorites   0 Comments

Color spaces of #848fff

RGB 132143255
HSL0.651.000.76
HSV235°48°100°
CMYK 0.480.440.00   0.00
XYZ37.388231.770598.7695
Yxy31.77050.22260.1892
Hunter Lab56.365319.7631-64.4387
CIE-Lab63.152725.1793-57.1352

#848fff color RGB value is (132,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11111111
Octal 204 217 377
Decimal 132 143 255
Hex 84 8F FF

RGB Percentages of Color #848fff

%24.91
%26.98
%48.11

CMYK Percentages of Color #848fff

%48
%44
%0
%0

Triadic Colors of #848fff

#848fff #ff848f #8fff84

Analogous Colors of #848fff

#848fff #b784ff #84cdff

Monochromatic Colors of #848fff

#848fff

Complementary Color

#848fff #fff484

#848fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fff Color CSS Codes

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

#848fff Text Font Color

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

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


#848fff Background Color

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

This div background color is #848fff


#848fff Border Color

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

This div border color is #848fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fff


Comments

No comments written yet.

Please login to write comment.