Color Hex Logo

#86688c Color Hex

#86688C
(134,104,140)
0 Favorites   0 Comments

Color spaces of #86688c

RGB 134104140
HSL0.810.150.48
HSV290°26°55°
CMYK 0.040.260.00   0.45
XYZ19.515516.862427.0371
Yxy16.86240.30770.2659
Hunter Lab41.063912.9700-10.2928
CIE-Lab48.086218.7404-15.2147

#86688c color RGB value is (134,104,140).

#86688c hex color red value is 134, green value is 104 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #86688c hue: 0.81 , saturation: 0.15 and the lightness value of 86688c is 0.48.

The process color (four color CMYK) of #86688c color hex is 0.04, 0.26, 0.00, 0.45. Web safe color of #86688c is #996699. Color #86688c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 10001100
Octal 206 150 214
Decimal 134 104 140
Hex 86 68 8C

RGB Percentages of Color #86688c

%35.45
%27.51
%37.04

CMYK Percentages of Color #86688c

%4
%26
%0
%45

Triadic Colors of #86688c

#86688c #8c8668 #688c86

Analogous Colors of #86688c

#86688c #8c6880 #74688c

Monochromatic Colors of #86688c

#86688c

Complementary Color

#86688c #6e8c68

#86688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86688c Color CSS Codes

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

#86688c Text Font Color

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

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


#86688c Background Color

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

This div background color is #86688c


#86688c Border Color

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

This div border color is #86688c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,104,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86688c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86688c;
  -webkit-box-shadow: 1px 1px 3px 2px #86688c;
  box-shadow:         1px 1px 3px 2px #86688c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,104,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86688c


Comments

No comments written yet.

Please login to write comment.