Color Hex Logo

#848adb Color Hex

#848ADB
(132,138,219)
0 Favorites   0 Comments

Color spaces of #848adb

RGB 132138219
HSL0.660.550.69
HSV236°40°86°
CMYK 0.400.370.00   0.14
XYZ31.390428.197070.8059
Yxy28.19700.24070.2162
Hunter Lab53.100812.5932-41.8881
CIE-Lab60.066317.7406-42.1251

#848adb color RGB value is (132,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 11011011
Octal 204 212 333
Decimal 132 138 219
Hex 84 8A DB

RGB Percentages of Color #848adb

%26.99
%28.22
%44.79

CMYK Percentages of Color #848adb

%40
%37
%0
%14

Triadic Colors of #848adb

#848adb #db848a #8adb84

Analogous Colors of #848adb

#848adb #aa84db #84b6db

Monochromatic Colors of #848adb

#848adb

Complementary Color

#848adb #dbd584

#848adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848adb Color CSS Codes

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

#848adb Text Font Color

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

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


#848adb Background Color

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

This div background color is #848adb


#848adb Border Color

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

This div border color is #848adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848adb


Comments

No comments written yet.

Please login to write comment.