Color Hex Logo

#848ffc Color Hex

#848FFC
(132,143,252)
0 Favorites   0 Comments

Color spaces of #848ffc

RGB 132143252
HSL0.650.950.75
HSV235°48°99°
CMYK 0.480.430.00   0.01
XYZ36.908931.578796.2455
Yxy31.57870.22410.1917
Hunter Lab56.194918.8979-62.2100
CIE-Lab62.993124.2950-55.7470

#848ffc color RGB value is (132,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11111100
Octal 204 217 374
Decimal 132 143 252
Hex 84 8F FC

RGB Percentages of Color #848ffc

%25.05
%27.13
%47.82

CMYK Percentages of Color #848ffc

%48
%43
%0
%1

Triadic Colors of #848ffc

#848ffc #fc848f #8ffc84

Analogous Colors of #848ffc

#848ffc #b584fc #84cbfc

Monochromatic Colors of #848ffc

#848ffc

Complementary Color

#848ffc #fcf184

#848ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ffc Color CSS Codes

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

#848ffc Text Font Color

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

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


#848ffc Background Color

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

This div background color is #848ffc


#848ffc Border Color

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

This div border color is #848ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ffc


Comments

No comments written yet.

Please login to write comment.