Color Hex Logo

#839bfe Color Hex

#839BFE
(131,155,254)
0 Favorites   0 Comments

Color spaces of #839bfe

RGB 131155254
HSL0.630.980.75
HSV228°48°100°
CMYK 0.480.390.00   0.00
XYZ38.970835.423798.5494
Yxy35.42370.22530.2048
Hunter Lab59.517812.7212-56.5097
CIE-Lab66.077217.6717-51.9491

#839bfe color RGB value is (131,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 11111110
Octal 203 233 376
Decimal 131 155 254
Hex 83 9B FE

RGB Percentages of Color #839bfe

%24.26
%28.70
%47.04

CMYK Percentages of Color #839bfe

%48
%39
%0
%0

Triadic Colors of #839bfe

#839bfe #fe839b #9bfe83

Analogous Colors of #839bfe

#839bfe #a983fe #83d9fe

Monochromatic Colors of #839bfe

#839bfe

Complementary Color

#839bfe #fee683

#839bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bfe Color CSS Codes

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

#839bfe Text Font Color

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

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


#839bfe Background Color

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

This div background color is #839bfe


#839bfe Border Color

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

This div border color is #839bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bfe


Comments

No comments written yet.

Please login to write comment.