Color Hex Logo

#849ffd Color Hex

#849FFD
(132,159,253)
0 Favorites   0 Comments

Color spaces of #849ffd

RGB 132159253
HSL0.630.970.75
HSV227°48°99°
CMYK 0.480.370.00   0.01
XYZ39.643536.793797.9410
Yxy36.79370.22730.2110
Hunter Lab60.657810.5092-53.2720
CIE-Lab67.122015.2936-49.7489

#849ffd color RGB value is (132,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11111101
Octal 204 237 375
Decimal 132 159 253
Hex 84 9F FD

RGB Percentages of Color #849ffd

%24.26
%29.23
%46.51

CMYK Percentages of Color #849ffd

%48
%37
%0
%1

Triadic Colors of #849ffd

#849ffd #fd849f #9ffd84

Analogous Colors of #849ffd

#849ffd #a684fd #84dcfd

Monochromatic Colors of #849ffd

#849ffd

Complementary Color

#849ffd #fde284

#849ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ffd Color CSS Codes

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

#849ffd Text Font Color

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

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


#849ffd Background Color

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

This div background color is #849ffd


#849ffd Border Color

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

This div border color is #849ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ffd


Comments

No comments written yet.

Please login to write comment.