Color Hex Logo

#848fce Color Hex

#848FCE
(132,143,206)
0 Favorites   0 Comments

Color spaces of #848fce

RGB 132143206
HSL0.640.430.66
HSV231°36°81°
CMYK 0.360.310.00   0.19
XYZ30.478829.006762.3850
Yxy29.00670.25010.2380
Hunter Lab53.85796.7640-30.9767
CIE-Lab60.787511.2532-33.7206

#848fce color RGB value is (132,143,206).

#848fce hex color red value is 132, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #848fce hue: 0.64 , saturation: 0.43 and the lightness value of 848fce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11001110
Octal 204 217 316
Decimal 132 143 206
Hex 84 8F CE

RGB Percentages of Color #848fce

%27.44
%29.73
%42.83

CMYK Percentages of Color #848fce

%36
%31
%0
%19

Triadic Colors of #848fce

#848fce #ce848f #8fce84

Analogous Colors of #848fce

#848fce #9e84ce #84b4ce

Monochromatic Colors of #848fce

#848fce

Complementary Color

#848fce #cec384

#848fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fce Color CSS Codes

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

#848fce Text Font Color

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

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


#848fce Background Color

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

This div background color is #848fce


#848fce Border Color

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

This div border color is #848fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fce


Comments

No comments written yet.

Please login to write comment.