Color Hex Logo

#849ffc Color Hex

#849FFC
(132,159,252)
0 Favorites   0 Comments

Color spaces of #849ffc

RGB 132159252
HSL0.630.950.75
HSV227°48°99°
CMYK 0.480.370.00   0.01
XYZ39.484536.730197.1040
Yxy36.73010.22780.2119
Hunter Lab60.605410.2337-52.5727
CIE-Lab67.074015.0000-49.2799

#849ffc color RGB value is (132,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11111100
Octal 204 237 374
Decimal 132 159 252
Hex 84 9F FC

RGB Percentages of Color #849ffc

%24.31
%29.28
%46.41

CMYK Percentages of Color #849ffc

%48
%37
%0
%1

Triadic Colors of #849ffc

#849ffc #fc849f #9ffc84

Analogous Colors of #849ffc

#849ffc #a584fc #84dbfc

Monochromatic Colors of #849ffc

#849ffc

Complementary Color

#849ffc #fce184

#849ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ffc Color CSS Codes

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

#849ffc Text Font Color

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

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


#849ffc Background Color

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

This div background color is #849ffc


#849ffc Border Color

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

This div border color is #849ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.