Color Hex Logo

#858390 Color Hex

#858390
(133,131,144)
0 Favorites   0 Comments

Color spaces of #858390

RGB 133131144
HSL0.690.060.54
HSV249°56°
CMYK 0.080.090.00   0.44
XYZ22.823223.232829.6670
Yxy23.23280.30140.3068
Hunter Lab48.20040.1701-2.7523
CIE-Lab55.31133.4010-6.7080

#858390 color RGB value is (133,131,144).

#858390 hex color red value is 133, green value is 131 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #858390 hue: 0.69 , saturation: 0.06 and the lightness value of 858390 is 0.54.

The process color (four color CMYK) of #858390 color hex is 0.08, 0.09, 0.00, 0.44. Web safe color of #858390 is #999999. Color #858390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 10010000
Octal 205 203 220
Decimal 133 131 144
Hex 85 83 90

RGB Percentages of Color #858390

%32.60
%32.11
%35.29

CMYK Percentages of Color #858390

%8
%9
%0
%44

Triadic Colors of #858390

#858390 #908583 #839085

Analogous Colors of #858390

#858390 #8c8390 #838890

Monochromatic Colors of #858390

#858390

Complementary Color

#858390 #8e9083

#858390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858390 Color CSS Codes

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

#858390 Text Font Color

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

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


#858390 Background Color

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

This div background color is #858390


#858390 Border Color

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

This div border color is #858390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858390


Comments

No comments written yet.

Please login to write comment.