Color Hex Logo

#837088 Color Hex

#837088
(131,112,136)
0 Favorites   0 Comments

Color spaces of #837088

RGB 131112136
HSL0.800.100.49
HSV288°18°53°
CMYK 0.040.180.00   0.47
XYZ19.598218.191225.7709
Yxy18.19120.30830.2862
Hunter Lab42.65117.3812-5.9687
CIE-Lab49.727212.0832-10.3915

#837088 color RGB value is (131,112,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110000 10001000
Octal 203 160 210
Decimal 131 112 136
Hex 83 70 88

RGB Percentages of Color #837088

%34.56
%29.55
%35.88

CMYK Percentages of Color #837088

%4
%18
%0
%47

Triadic Colors of #837088

#837088 #888370 #708883

Analogous Colors of #837088

#837088 #887081 #777088

Monochromatic Colors of #837088

#837088

Complementary Color

#837088 #758870

#837088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837088 Color CSS Codes

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

#837088 Text Font Color

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

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


#837088 Background Color

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

This div background color is #837088


#837088 Border Color

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

This div border color is #837088


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,112,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 #837088">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837088


Comments

No comments written yet.

Please login to write comment.