Color Hex Logo

#837eed Color Hex

#837EED
(131,126,237)
0 Favorites   0 Comments

Color spaces of #837eed

RGB 131126237
HSL0.670.760.71
HSV243°47°93°
CMYK 0.450.470.00   0.07
XYZ32.107025.861483.4203
Yxy25.86140.22710.1829
Hunter Lab50.854123.7022-61.6605
CIE-Lab57.905329.6656-55.5839

#837eed color RGB value is (131,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111110 11101101
Octal 203 176 355
Decimal 131 126 237
Hex 83 7E ED

RGB Percentages of Color #837eed

%26.52
%25.51
%47.98

CMYK Percentages of Color #837eed

%45
%47
%0
%7

Triadic Colors of #837eed

#837eed #ed837e #7eed83

Analogous Colors of #837eed

#837eed #bb7eed #7eb1ed

Monochromatic Colors of #837eed

#837eed

Complementary Color

#837eed #e8ed7e

#837eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#837eed Color CSS Codes

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

#837eed Text Font Color

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

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


#837eed Background Color

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

This div background color is #837eed


#837eed Border Color

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

This div border color is #837eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837eed


Comments

No comments written yet.

Please login to write comment.