Color Hex Logo

#837188 Color Hex

#837188
(131,113,136)
0 Favorites   0 Comments

Color spaces of #837188

RGB 131113136
HSL0.800.090.49
HSV287°17°53°
CMYK 0.040.170.00   0.47
XYZ19.709118.413125.8079
Yxy18.41310.30830.2880
Hunter Lab42.91056.8930-5.6218
CIE-Lab49.993411.4920-9.9918

#837188 color RGB value is (131,113,136).

#837188 hex color red value is 131, green value is 113 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #837188 hue: 0.80 , saturation: 0.09 and the lightness value of 837188 is 0.49.

The process color (four color CMYK) of #837188 color hex is 0.04, 0.17, 0.00, 0.47. Web safe color of #837188 is #996699. Color #837188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110001 10001000
Octal 203 161 210
Decimal 131 113 136
Hex 83 71 88

RGB Percentages of Color #837188

%34.47
%29.74
%35.79

CMYK Percentages of Color #837188

%4
%17
%0
%47

Triadic Colors of #837188

#837188 #888371 #718883

Analogous Colors of #837188

#837188 #887182 #787188

Monochromatic Colors of #837188

#837188

Complementary Color

#837188 #768871

#837188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837188 Color CSS Codes

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

#837188 Text Font Color

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

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


#837188 Background Color

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

This div background color is #837188


#837188 Border Color

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

This div border color is #837188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,113,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #837188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #837188;
  -webkit-box-shadow: 1px 1px 3px 2px #837188;
  box-shadow:         1px 1px 3px 2px #837188; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837188


Comments

No comments written yet.

Please login to write comment.