Color Hex Logo

#857088 Color Hex

#857088
(133,112,136)
0 Favorites   0 Comments

Color spaces of #857088

RGB 133112136
HSL0.810.100.49
HSV293°18°53°
CMYK 0.020.180.00   0.47
XYZ19.911018.352525.7855
Yxy18.35250.31090.2865
Hunter Lab42.83987.9932-5.6991
CIE-Lab49.920912.8116-10.0809

#857088 color RGB value is (133,112,136).

#857088 hex color red value is 133, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #857088 hue: 0.81 , saturation: 0.10 and the lightness value of 857088 is 0.49.

The process color (four color CMYK) of #857088 color hex is 0.02, 0.18, 0.00, 0.47. Web safe color of #857088 is #996699. Color #857088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110000 10001000
Octal 205 160 210
Decimal 133 112 136
Hex 85 70 88

RGB Percentages of Color #857088

%34.91
%29.40
%35.70

CMYK Percentages of Color #857088

%2
%18
%0
%47

Triadic Colors of #857088

#857088 #888570 #708885

Analogous Colors of #857088

#857088 #88707f #797088

Monochromatic Colors of #857088

#857088

Complementary Color

#857088 #738870

#857088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857088 Color CSS Codes

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

#857088 Text Font Color

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

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


#857088 Background Color

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

This div background color is #857088


#857088 Border Color

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

This div border color is #857088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857088

#857088 Color Palettes


Comments

No comments written yet.

Please login to write comment.