Color Hex Logo

#839aff Color Hex

#839AFF
(131,154,255)
0 Favorites   0 Comments

Color spaces of #839aff

RGB 131154255
HSL0.641.000.76
HSV229°49°100°
CMYK 0.490.400.00   0.00
XYZ38.965735.156599.3399
Yxy35.15650.22460.2027
Hunter Lab59.292913.5428-57.8300
CIE-Lab65.870318.5473-52.8217

#839aff color RGB value is (131,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011010 11111111
Octal 203 232 377
Decimal 131 154 255
Hex 83 9A FF

RGB Percentages of Color #839aff

%24.26
%28.52
%47.22

CMYK Percentages of Color #839aff

%49
%40
%0
%0

Triadic Colors of #839aff

#839aff #ff839a #9aff83

Analogous Colors of #839aff

#839aff #aa83ff #83d8ff

Monochromatic Colors of #839aff

#839aff

Complementary Color

#839aff #ffe883

#839aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#839aff Color CSS Codes

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

#839aff Text Font Color

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

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


#839aff Background Color

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

This div background color is #839aff


#839aff Border Color

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

This div border color is #839aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839aff


Comments

No comments written yet.

Please login to write comment.