Color Hex Logo

#857688 Color Hex

#857688
(133,118,136)
0 Favorites   0 Comments

Color spaces of #857688

RGB 133118136
HSL0.810.070.50
HSV290°13°53°
CMYK 0.020.130.00   0.47
XYZ20.595219.721026.0136
Yxy19.72100.31050.2973
Hunter Lab44.40835.0682-3.6452
CIE-Lab51.52039.2808-7.6871

#857688 color RGB value is (133,118,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110110 10001000
Octal 205 166 210
Decimal 133 118 136
Hex 85 76 88

RGB Percentages of Color #857688

%34.37
%30.49
%35.14

CMYK Percentages of Color #857688

%2
%13
%0
%47

Triadic Colors of #857688

#857688 #888576 #768885

Analogous Colors of #857688

#857688 #887682 #7c7688

Monochromatic Colors of #857688

#857688

Complementary Color

#857688 #798876

#857688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857688 Color CSS Codes

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

#857688 Text Font Color

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

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


#857688 Background Color

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

This div background color is #857688


#857688 Border Color

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

This div border color is #857688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857688


Comments

No comments written yet.

Please login to write comment.