Color Hex Logo

#838599 Color Hex

#838599
(131,133,153)
0 Favorites   0 Comments

Color spaces of #838599

RGB 131133153
HSL0.650.100.56
HSV235°14°60°
CMYK 0.140.130.00   0.40
XYZ23.497423.900333.5118
Yxy23.90030.29040.2954
Hunter Lab48.88790.2400-6.4207
CIE-Lab55.98783.5155-10.9169

#838599 color RGB value is (131,133,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000101 10011001
Octal 203 205 231
Decimal 131 133 153
Hex 83 85 99

RGB Percentages of Color #838599

%31.41
%31.89
%36.69

CMYK Percentages of Color #838599

%14
%13
%0
%40

Triadic Colors of #838599

#838599 #998385 #859983

Analogous Colors of #838599

#838599 #8c8399 #839099

Monochromatic Colors of #838599

#838599

Complementary Color

#838599 #999783

#838599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838599 Color CSS Codes

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

#838599 Text Font Color

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

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


#838599 Background Color

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

This div background color is #838599


#838599 Border Color

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

This div border color is #838599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838599


Comments

No comments written yet.

Please login to write comment.