Color Hex Logo

#848cfd Color Hex

#848CFD
(132,140,253)
0 Favorites   0 Comments

Color spaces of #848cfd

RGB 132140253
HSL0.660.970.75
HSV236°48°99°
CMYK 0.480.450.00   0.01
XYZ36.623430.753596.9343
Yxy30.75350.22290.1872
Hunter Lab55.455820.8349-64.8172
CIE-Lab62.299026.3440-57.4006

#848cfd color RGB value is (132,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 11111101
Octal 204 214 375
Decimal 132 140 253
Hex 84 8C FD

RGB Percentages of Color #848cfd

%25.14
%26.67
%48.19

CMYK Percentages of Color #848cfd

%48
%45
%0
%1

Triadic Colors of #848cfd

#848cfd #fd848c #8cfd84

Analogous Colors of #848cfd

#848cfd #b984fd #84c9fd

Monochromatic Colors of #848cfd

#848cfd

Complementary Color

#848cfd #fdf584

#848cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#848cfd Color CSS Codes

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

#848cfd Text Font Color

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

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


#848cfd Background Color

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

This div background color is #848cfd


#848cfd Border Color

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

This div border color is #848cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848cfd


Comments

No comments written yet.

Please login to write comment.