Color Hex Logo

#866388 Color Hex

#866388
(134,99,136)
0 Favorites   0 Comments

Color spaces of #866388

RGB 13499136
HSL0.820.160.46
HSV297°27°53°
CMYK 0.010.270.00   0.47
XYZ18.737315.769625.3488
Yxy15.76960.31300.2635
Hunter Lab39.711014.7296-10.0491
CIE-Lab46.670720.8674-14.9821

#866388 color RGB value is (134,99,136).

#866388 hex color red value is 134, green value is 99 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #866388 hue: 0.82 , saturation: 0.16 and the lightness value of 866388 is 0.46.

The process color (four color CMYK) of #866388 color hex is 0.01, 0.27, 0.00, 0.47. Web safe color of #866388 is #996699. Color #866388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 10001000
Octal 206 143 210
Decimal 134 99 136
Hex 86 63 88

RGB Percentages of Color #866388

%36.31
%26.83
%36.86

CMYK Percentages of Color #866388

%1
%27
%0
%47

Triadic Colors of #866388

#866388 #888663 #638886

Analogous Colors of #866388

#866388 #886378 #746388

Monochromatic Colors of #866388

#866388

Complementary Color

#866388 #658863

#866388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866388 Color CSS Codes

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

#866388 Text Font Color

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

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


#866388 Background Color

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

This div background color is #866388


#866388 Border Color

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

This div border color is #866388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866388


Comments

No comments written yet.

Please login to write comment.