Color Hex Logo

#838799 Color Hex

#838799
(131,135,153)
1 Favorites   0 Comments

Color spaces of #838799

RGB 131135153
HSL0.640.100.56
HSV229°14°60°
CMYK 0.140.120.00   0.40
XYZ23.773824.453133.6039
Yxy24.45310.29050.2988
Hunter Lab49.4501-0.7213-5.6756
CIE-Lab56.53862.3670-10.0908

#838799 color RGB value is (131,135,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000111 10011001
Octal 203 207 231
Decimal 131 135 153
Hex 83 87 99

RGB Percentages of Color #838799

%31.26
%32.22
%36.52

CMYK Percentages of Color #838799

%14
%12
%0
%40

Triadic Colors of #838799

#838799 #998387 #879983

Analogous Colors of #838799

#838799 #8a8399 #839299

Monochromatic Colors of #838799

#838799

Complementary Color

#838799 #999583

#838799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838799 Color CSS Codes

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

#838799 Text Font Color

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

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


#838799 Background Color

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

This div background color is #838799


#838799 Border Color

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

This div border color is #838799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838799

#838799 Color Palettes


Comments

No comments written yet.

Please login to write comment.