Color Hex Logo

#848fdb Color Hex

#848FDB
(132,143,219)
0 Favorites   0 Comments

Color spaces of #848fdb

RGB 132143219
HSL0.650.550.69
HSV232°40°86°
CMYK 0.400.350.00   0.14
XYZ32.124429.664971.0506
Yxy29.66490.24180.2233
Hunter Lab54.46559.9668-39.2184
CIE-Lab61.364014.8201-40.0870

#848fdb color RGB value is (132,143,219).

#848fdb hex color red value is 132, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #848fdb hue: 0.65 , saturation: 0.55 and the lightness value of 848fdb is 0.69.

The process color (four color CMYK) of #848fdb color hex is 0.40, 0.35, 0.00, 0.14. Web safe color of #848fdb is #9999cc. Color #848fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11011011
Octal 204 217 333
Decimal 132 143 219
Hex 84 8F DB

RGB Percentages of Color #848fdb

%26.72
%28.95
%44.33

CMYK Percentages of Color #848fdb

%40
%35
%0
%14

Triadic Colors of #848fdb

#848fdb #db848f #8fdb84

Analogous Colors of #848fdb

#848fdb #a584db #84bbdb

Monochromatic Colors of #848fdb

#848fdb

Complementary Color

#848fdb #dbd084

#848fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fdb Color CSS Codes

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

#848fdb Text Font Color

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

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


#848fdb Background Color

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

This div background color is #848fdb


#848fdb Border Color

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

This div border color is #848fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fdb


Comments

No comments written yet.

Please login to write comment.