Color Hex Logo

#848dfd Color Hex

#848DFD
(132,141,253)
0 Favorites   0 Comments

Color spaces of #848dfd

RGB 132141253
HSL0.650.970.75
HSV236°48°99°
CMYK 0.480.440.00   0.01
XYZ36.770231.047196.9832
Yxy31.04710.22310.1884
Hunter Lab55.719920.2843-64.1931
CIE-Lab62.547425.7589-57.0047

#848dfd color RGB value is (132,141,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 11111101
Octal 204 215 375
Decimal 132 141 253
Hex 84 8D FD

RGB Percentages of Color #848dfd

%25.10
%26.81
%48.10

CMYK Percentages of Color #848dfd

%48
%44
%0
%1

Triadic Colors of #848dfd

#848dfd #fd848d #8dfd84

Analogous Colors of #848dfd

#848dfd #b884fd #84cafd

Monochromatic Colors of #848dfd

#848dfd

Complementary Color

#848dfd #fdf484

#848dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#848dfd Color CSS Codes

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

#848dfd Text Font Color

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

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


#848dfd Background Color

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

This div background color is #848dfd


#848dfd Border Color

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

This div border color is #848dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848dfd


Comments

No comments written yet.

Please login to write comment.