Color Hex Logo

#839bff Color Hex

#839BFF
(131,155,255)
0 Favorites   0 Comments

Color spaces of #839bff

RGB 131155255
HSL0.631.000.76
HSV228°49°100°
CMYK 0.490.390.00   0.00
XYZ39.131435.488099.3952
Yxy35.48800.22490.2039
Hunter Lab59.571813.0020-57.2247
CIE-Lab66.126817.9673-52.4154

#839bff color RGB value is (131,155,255).

#839bff hex color red value is 131, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #839bff hue: 0.63 , saturation: 1.00 and the lightness value of 839bff is 0.76.

The process color (four color CMYK) of #839bff color hex is 0.49, 0.39, 0.00, 0.00. Web safe color of #839bff is #9999ff. Color #839bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 11111111
Octal 203 233 377
Decimal 131 155 255
Hex 83 9B FF

RGB Percentages of Color #839bff

%24.21
%28.65
%47.13

CMYK Percentages of Color #839bff

%49
%39
%0
%0

Triadic Colors of #839bff

#839bff #ff839b #9bff83

Analogous Colors of #839bff

#839bff #a983ff #83d9ff

Monochromatic Colors of #839bff

#839bff

Complementary Color

#839bff #ffe783

#839bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bff Color CSS Codes

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

#839bff Text Font Color

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

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


#839bff Background Color

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

This div background color is #839bff


#839bff Border Color

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

This div border color is #839bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bff

Related Colors

#839bff Color Palettes


Comments

No comments written yet.

Please login to write comment.