Color Hex Logo

#857899 Color Hex

#857899
(133,120,153)
0 Favorites   0 Comments

Color spaces of #857899

RGB 133120153
HSL0.730.140.54
HSV264°22°60°
CMYK 0.130.220.00   0.40
XYZ22.139120.719432.9694
Yxy20.71940.29200.2732
Hunter Lab45.51867.1605-11.0811
CIE-Lab52.641011.7743-15.9547

#857899 color RGB value is (133,120,153).

#857899 hex color red value is 133, green value is 120 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #857899 hue: 0.73 , saturation: 0.14 and the lightness value of 857899 is 0.54.

The process color (four color CMYK) of #857899 color hex is 0.13, 0.22, 0.00, 0.40. Web safe color of #857899 is #996699. Color #857899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111000 10011001
Octal 205 170 231
Decimal 133 120 153
Hex 85 78 99

RGB Percentages of Color #857899

%32.76
%29.56
%37.68

CMYK Percentages of Color #857899

%13
%22
%0
%40

Triadic Colors of #857899

#857899 #998578 #789985

Analogous Colors of #857899

#857899 #967899 #787c99

Monochromatic Colors of #857899

#857899

Complementary Color

#857899 #8c9978

#857899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857899 Color CSS Codes

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

#857899 Text Font Color

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

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


#857899 Background Color

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

This div background color is #857899


#857899 Border Color

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

This div border color is #857899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857899


Comments

No comments written yet.

Please login to write comment.