Color Hex Logo

#848fde Color Hex

#848FDE
(132,143,222)
0 Favorites   0 Comments

Color spaces of #848fde

RGB 132143222
HSL0.650.580.69
HSV233°41°87°
CMYK 0.410.360.00   0.13
XYZ32.523029.824473.1498
Yxy29.82440.24000.2201
Hunter Lab54.611710.7319-41.1879
CIE-Lab61.502415.6581-41.5403

#848fde color RGB value is (132,143,222).

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

The process color (four color CMYK) of #848fde color hex is 0.41, 0.36, 0.00, 0.13. Web safe color of #848fde is #9999cc. Color #848fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11011110
Octal 204 217 336
Decimal 132 143 222
Hex 84 8F DE

RGB Percentages of Color #848fde

%26.56
%28.77
%44.67

CMYK Percentages of Color #848fde

%41
%36
%0
%13

Triadic Colors of #848fde

#848fde #de848f #8fde84

Analogous Colors of #848fde

#848fde #a684de #84bcde

Monochromatic Colors of #848fde

#848fde

Complementary Color

#848fde #ded384

#848fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fde Color CSS Codes

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

#848fde Text Font Color

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

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


#848fde Background Color

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

This div background color is #848fde


#848fde Border Color

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

This div border color is #848fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fde


Comments

No comments written yet.

Please login to write comment.