Color Hex Logo

#837ebd Color Hex

#837EBD
(131,126,189)
0 Favorites   0 Comments

Color spaces of #837ebd

RGB 131126189
HSL0.680.320.62
HSV245°33°74°
CMYK 0.310.330.00   0.26
XYZ26.006223.421151.2942
Yxy23.42110.25820.2325
Hunter Lab48.395411.2286-28.9647
CIE-Lab55.503516.3961-32.3384

#837ebd color RGB value is (131,126,189).

#837ebd hex color red value is 131, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #837ebd hue: 0.68 , saturation: 0.32 and the lightness value of 837ebd is 0.62.

The process color (four color CMYK) of #837ebd color hex is 0.31, 0.33, 0.00, 0.26. Web safe color of #837ebd is #9966cc. Color #837ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111110 10111101
Octal 203 176 275
Decimal 131 126 189
Hex 83 7E BD

RGB Percentages of Color #837ebd

%29.37
%28.25
%42.38

CMYK Percentages of Color #837ebd

%31
%33
%0
%26

Triadic Colors of #837ebd

#837ebd #bd837e #7ebd83

Analogous Colors of #837ebd

#837ebd #a37ebd #7e99bd

Monochromatic Colors of #837ebd

#837ebd

Complementary Color

#837ebd #b8bd7e

#837ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#837ebd Color CSS Codes

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

#837ebd Text Font Color

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

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


#837ebd Background Color

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

This div background color is #837ebd


#837ebd Border Color

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

This div border color is #837ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837ebd


Comments

No comments written yet.

Please login to write comment.