Color Hex Logo

#86678e Color Hex

#86678E
(134,103,142)
0 Favorites   0 Comments

Color spaces of #86678e

RGB 134103142
HSL0.800.160.48
HSV288°27°56°
CMYK 0.060.270.00   0.44
XYZ19.564216.721827.7877
Yxy16.72180.30530.2610
Hunter Lab40.892313.8387-11.6650
CIE-Lab47.907619.7555-16.6753

#86678e color RGB value is (134,103,142).

#86678e hex color red value is 134, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #86678e hue: 0.80 , saturation: 0.16 and the lightness value of 86678e is 0.48.

The process color (four color CMYK) of #86678e color hex is 0.06, 0.27, 0.00, 0.44. Web safe color of #86678e is #996699. Color #86678e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100111 10001110
Octal 206 147 216
Decimal 134 103 142
Hex 86 67 8E

RGB Percentages of Color #86678e

%35.36
%27.18
%37.47

CMYK Percentages of Color #86678e

%6
%27
%0
%44

Triadic Colors of #86678e

#86678e #8e8667 #678e86

Analogous Colors of #86678e

#86678e #8e6783 #73678e

Monochromatic Colors of #86678e

#86678e

Complementary Color

#86678e #6f8e67

#86678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86678e Color CSS Codes

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

#86678e Text Font Color

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

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


#86678e Background Color

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

This div background color is #86678e


#86678e Border Color

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

This div border color is #86678e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,103,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86678e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86678e;
  -webkit-box-shadow: 1px 1px 3px 2px #86678e;
  box-shadow:         1px 1px 3px 2px #86678e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86678e


Comments

No comments written yet.

Please login to write comment.