Color Hex Logo

#839bdb Color Hex

#839BDB
(131,155,219)
0 Favorites   0 Comments

Color spaces of #839bdb

RGB 131155219
HSL0.620.550.69
HSV224°40°86°
CMYK 0.400.290.00   0.14
XYZ33.867633.382571.6763
Yxy33.38250.24380.2403
Hunter Lab57.77763.5209-33.1082
CIE-Lab64.46947.6238-35.2406

#839bdb color RGB value is (131,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 11011011
Octal 203 233 333
Decimal 131 155 219
Hex 83 9B DB

RGB Percentages of Color #839bdb

%25.94
%30.69
%43.37

CMYK Percentages of Color #839bdb

%40
%29
%0
%14

Triadic Colors of #839bdb

#839bdb #db839b #9bdb83

Analogous Colors of #839bdb

#839bdb #9783db #83c7db

Monochromatic Colors of #839bdb

#839bdb

Complementary Color

#839bdb #dbc383

#839bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bdb Color CSS Codes

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

#839bdb Text Font Color

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

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


#839bdb Background Color

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

This div background color is #839bdb


#839bdb Border Color

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

This div border color is #839bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bdb


Comments

No comments written yet.

Please login to write comment.