Color Hex Logo

#849fff Color Hex

#849FFF
(132,159,255)
0 Favorites   0 Comments

Color spaces of #849fff

RGB 132159255
HSL0.631.000.76
HSV227°48°100°
CMYK 0.480.380.00   0.00
XYZ39.963936.921899.6280
Yxy36.92180.22640.2092
Hunter Lab60.763311.0633-54.6780
CIE-Lab67.218315.8820-50.6849

#849fff color RGB value is (132,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11111111
Octal 204 237 377
Decimal 132 159 255
Hex 84 9F FF

RGB Percentages of Color #849fff

%24.18
%29.12
%46.70

CMYK Percentages of Color #849fff

%48
%38
%0
%0

Triadic Colors of #849fff

#849fff #ff849f #9fff84

Analogous Colors of #849fff

#849fff #a784ff #84ddff

Monochromatic Colors of #849fff

#849fff

Complementary Color

#849fff #ffe484

#849fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#849fff Color CSS Codes

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

#849fff Text Font Color

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

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


#849fff Background Color

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

This div background color is #849fff


#849fff Border Color

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

This div border color is #849fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849fff

Related Colors


Comments

No comments written yet.

Please login to write comment.