Color Hex Logo

#837bfe Color Hex

#837BFE
(131,123,254)
0 Favorites   0 Comments

Color spaces of #837bfe

RGB 131123254
HSL0.680.980.74
HSV244°52°100°
CMYK 0.480.520.00   0.00
XYZ34.332426.147097.0033
Yxy26.14700.21800.1660
Hunter Lab51.134130.3634-76.6814
CIE-Lab58.176336.3635-64.5543

#837bfe color RGB value is (131,123,254).

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

The process color (four color CMYK) of #837bfe color hex is 0.48, 0.52, 0.00, 0.00. Web safe color of #837bfe is #9966ff. Color #837bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111011 11111110
Octal 203 173 376
Decimal 131 123 254
Hex 83 7B FE

RGB Percentages of Color #837bfe

%25.79
%24.21
%50.00

CMYK Percentages of Color #837bfe

%48
%52
%0
%0

Triadic Colors of #837bfe

#837bfe #fe837b #7bfe83

Analogous Colors of #837bfe

#837bfe #c57bfe #7bb5fe

Monochromatic Colors of #837bfe

#837bfe

Complementary Color

#837bfe #f6fe7b

#837bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#837bfe Color CSS Codes

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

#837bfe Text Font Color

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

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


#837bfe Background Color

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

This div background color is #837bfe


#837bfe Border Color

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

This div border color is #837bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837bfe


Comments

No comments written yet.

Please login to write comment.