Color Hex Logo

#837eef Color Hex

#837EEF
(131,126,239)
0 Favorites   0 Comments

Color spaces of #837eef

RGB 131126239
HSL0.670.780.72
HSV243°47°94°
CMYK 0.450.470.00   0.06
XYZ32.400925.979084.9681
Yxy25.97900.22600.1812
Hunter Lab50.969624.2740-63.1598
CIE-Lab58.017130.2427-56.5160

#837eef color RGB value is (131,126,239).

#837eef hex color red value is 131, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #837eef hue: 0.67 , saturation: 0.78 and the lightness value of 837eef is 0.72.

The process color (four color CMYK) of #837eef color hex is 0.45, 0.47, 0.00, 0.06. Web safe color of #837eef is #9966ff. Color #837eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111110 11101111
Octal 203 176 357
Decimal 131 126 239
Hex 83 7E EF

RGB Percentages of Color #837eef

%26.41
%25.40
%48.19

CMYK Percentages of Color #837eef

%45
%47
%0
%6

Triadic Colors of #837eef

#837eef #ef837e #7eef83

Analogous Colors of #837eef

#837eef #bc7eef #7eb2ef

Monochromatic Colors of #837eef

#837eef

Complementary Color

#837eef #eaef7e

#837eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#837eef Color CSS Codes

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

#837eef Text Font Color

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

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


#837eef Background Color

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

This div background color is #837eef


#837eef Border Color

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

This div border color is #837eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837eef


Comments

No comments written yet.

Please login to write comment.