Color Hex Logo

#839bdc Color Hex

#839BDC
(131,155,220)
0 Favorites   0 Comments

Color spaces of #839bdc

RGB 131155220
HSL0.620.560.69
HSV224°40°86°
CMYK 0.400.300.00   0.14
XYZ33.999733.435372.3718
Yxy33.43530.24320.2392
Hunter Lab57.82333.7661-33.7313
CIE-Lab64.51187.9013-35.7284

#839bdc color RGB value is (131,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 11011100
Octal 203 233 334
Decimal 131 155 220
Hex 83 9B DC

RGB Percentages of Color #839bdc

%25.89
%30.63
%43.48

CMYK Percentages of Color #839bdc

%40
%30
%0
%14

Triadic Colors of #839bdc

#839bdc #dc839b #9bdc83

Analogous Colors of #839bdc

#839bdc #9883dc #83c8dc

Monochromatic Colors of #839bdc

#839bdc

Complementary Color

#839bdc #dcc483

#839bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bdc Color CSS Codes

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

#839bdc Text Font Color

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

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


#839bdc Background Color

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

This div background color is #839bdc


#839bdc Border Color

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

This div border color is #839bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,155,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bdc


Comments

No comments written yet.

Please login to write comment.