Color Hex Logo

#858893 Color Hex

#858893
(133,136,147)
0 Favorites   0 Comments

Color spaces of #858893

RGB 133136147
HSL0.630.060.55
HSV227°10°58°
CMYK 0.100.070.00   0.42
XYZ23.743524.701431.1202
Yxy24.70140.29840.3105
Hunter Lab49.7005-1.7008-2.3344
CIE-Lab56.78331.1784-6.2535

#858893 color RGB value is (133,136,147).

#858893 hex color red value is 133, green value is 136 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #858893 hue: 0.63 , saturation: 0.06 and the lightness value of 858893 is 0.55.

The process color (four color CMYK) of #858893 color hex is 0.10, 0.07, 0.00, 0.42. Web safe color of #858893 is #999999. Color #858893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001000 10010011
Octal 205 210 223
Decimal 133 136 147
Hex 85 88 93

RGB Percentages of Color #858893

%31.97
%32.69
%35.34

CMYK Percentages of Color #858893

%10
%7
%0
%42

Triadic Colors of #858893

#858893 #938588 #889385

Analogous Colors of #858893

#858893 #898593 #858f93

Monochromatic Colors of #858893

#858893

Complementary Color

#858893 #939085

#858893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858893 Color CSS Codes

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

#858893 Text Font Color

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

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


#858893 Background Color

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

This div background color is #858893


#858893 Border Color

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

This div border color is #858893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858893


Comments

No comments written yet.

Please login to write comment.