Color Hex Logo

#838499 Color Hex

#838499
(131,132,153)
0 Favorites   0 Comments

Color spaces of #838499

RGB 131132153
HSL0.660.100.56
HSV237°14°60°
CMYK 0.140.140.00   0.40
XYZ23.361123.627733.4663
Yxy23.62770.29040.2937
Hunter Lab48.60830.7223-6.7947
CIE-Lab55.71314.0917-11.3294

#838499 color RGB value is (131,132,153).

#838499 hex color red value is 131, green value is 132 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #838499 hue: 0.66 , saturation: 0.10 and the lightness value of 838499 is 0.56.

The process color (four color CMYK) of #838499 color hex is 0.14, 0.14, 0.00, 0.40. Web safe color of #838499 is #999999. Color #838499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000100 10011001
Octal 203 204 231
Decimal 131 132 153
Hex 83 84 99

RGB Percentages of Color #838499

%31.49
%31.73
%36.78

CMYK Percentages of Color #838499

%14
%14
%0
%40

Triadic Colors of #838499

#838499 #998384 #849983

Analogous Colors of #838499

#838499 #8d8399 #838f99

Monochromatic Colors of #838499

#838499

Complementary Color

#838499 #999883

#838499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838499 Color CSS Codes

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

#838499 Text Font Color

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

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


#838499 Background Color

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

This div background color is #838499


#838499 Border Color

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

This div border color is #838499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838499


Comments

No comments written yet.

Please login to write comment.