Color Hex Logo

#848bdb Color Hex

#848BDB
(132,139,219)
0 Favorites   0 Comments

Color spaces of #848bdb

RGB 132139219
HSL0.650.550.69
HSV235°40°86°
CMYK 0.400.370.00   0.14
XYZ31.534528.485270.8540
Yxy28.48520.24100.2177
Hunter Lab53.371512.0663-41.3511
CIE-Lab60.324617.1553-41.7190

#848bdb color RGB value is (132,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001011 11011011
Octal 204 213 333
Decimal 132 139 219
Hex 84 8B DB

RGB Percentages of Color #848bdb

%26.94
%28.37
%44.69

CMYK Percentages of Color #848bdb

%40
%37
%0
%14

Triadic Colors of #848bdb

#848bdb #db848b #8bdb84

Analogous Colors of #848bdb

#848bdb #a984db #84b7db

Monochromatic Colors of #848bdb

#848bdb

Complementary Color

#848bdb #dbd484

#848bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848bdb Color CSS Codes

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

#848bdb Text Font Color

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

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


#848bdb Background Color

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

This div background color is #848bdb


#848bdb Border Color

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

This div border color is #848bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848bdb


Comments

No comments written yet.

Please login to write comment.