Color Hex Logo

#86668e Color Hex

#86668E
(134,102,142)
0 Favorites   0 Comments

Color spaces of #86668e

RGB 134102142
HSL0.800.160.48
HSV288°28°56°
CMYK 0.060.280.00   0.44
XYZ19.465416.524127.7547
Yxy16.52410.30540.2592
Hunter Lab40.649814.3385-12.0268
CIE-Lab47.654720.3476-17.0611

#86668e color RGB value is (134,102,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100110 10001110
Octal 206 146 216
Decimal 134 102 142
Hex 86 66 8E

RGB Percentages of Color #86668e

%35.45
%26.98
%37.57

CMYK Percentages of Color #86668e

%6
%28
%0
%44

Triadic Colors of #86668e

#86668e #8e8666 #668e86

Analogous Colors of #86668e

#86668e #8e6682 #72668e

Monochromatic Colors of #86668e

#86668e

Complementary Color

#86668e #6e8e66

#86668e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86668e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86668e Color CSS Codes

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

#86668e Text Font Color

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

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


#86668e Background Color

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

This div background color is #86668e


#86668e Border Color

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

This div border color is #86668e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,102,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 #86668e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86668e


Comments

No comments written yet.

Please login to write comment.