Color Hex Logo

#839fbb Color Hex

#839FBB
(131,159,187)
0 Favorites   0 Comments

Color spaces of #839fbb

RGB 131159187
HSL0.580.290.62
HSV210°30°73°
CMYK 0.300.150.00   0.27
XYZ30.727933.209451.8042
Yxy33.20940.26550.2869
Hunter Lab57.6276-5.6694-12.9593
CIE-Lab64.3301-3.0866-17.6341

#839fbb color RGB value is (131,159,187).

#839fbb hex color red value is 131, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #839fbb hue: 0.58 , saturation: 0.29 and the lightness value of 839fbb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011111 10111011
Octal 203 237 273
Decimal 131 159 187
Hex 83 9F BB

RGB Percentages of Color #839fbb

%27.46
%33.33
%39.20

CMYK Percentages of Color #839fbb

%30
%15
%0
%27

Triadic Colors of #839fbb

#839fbb #bb839f #9fbb83

Analogous Colors of #839fbb

#839fbb #8383bb #83bbbb

Monochromatic Colors of #839fbb

#839fbb

Complementary Color

#839fbb #bb9f83

#839fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#839fbb Color CSS Codes

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

#839fbb Text Font Color

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

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


#839fbb Background Color

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

This div background color is #839fbb


#839fbb Border Color

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

This div border color is #839fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839fbb


Comments

No comments written yet.

Please login to write comment.