Color Hex Logo

#837ebb Color Hex

#837EBB
(131,126,187)
0 Favorites   0 Comments

Color spaces of #837ebb

RGB 131126187
HSL0.680.310.61
HSV245°33°73°
CMYK 0.300.330.00   0.27
XYZ25.790623.334950.1585
Yxy23.33490.25980.2350
Hunter Lab48.306210.7650-27.7491
CIE-Lab55.415615.8752-31.3327

#837ebb color RGB value is (131,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111110 10111011
Octal 203 176 273
Decimal 131 126 187
Hex 83 7E BB

RGB Percentages of Color #837ebb

%29.50
%28.38
%42.12

CMYK Percentages of Color #837ebb

%30
%33
%0
%27

Triadic Colors of #837ebb

#837ebb #bb837e #7ebb83

Analogous Colors of #837ebb

#837ebb #a27ebb #7e98bb

Monochromatic Colors of #837ebb

#837ebb

Complementary Color

#837ebb #b6bb7e

#837ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#837ebb Color CSS Codes

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

#837ebb Text Font Color

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

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


#837ebb Background Color

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

This div background color is #837ebb


#837ebb Border Color

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

This div border color is #837ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837ebb


Comments

No comments written yet.

Please login to write comment.