Color Hex Logo

#866489 Color Hex

#866489
(134,100,137)
0 Favorites   0 Comments

Color spaces of #866489

RGB 134100137
HSL0.820.160.46
HSV295°27°54°
CMYK 0.020.270.00   0.46
XYZ18.904015.988825.7567
Yxy15.98880.31170.2636
Hunter Lab39.986014.4131-10.2010
CIE-Lab46.959820.4819-15.1402

#866489 color RGB value is (134,100,137).

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

The process color (four color CMYK) of #866489 color hex is 0.02, 0.27, 0.00, 0.46. Web safe color of #866489 is #996699. Color #866489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100100 10001001
Octal 206 144 211
Decimal 134 100 137
Hex 86 64 89

RGB Percentages of Color #866489

%36.12
%26.95
%36.93

CMYK Percentages of Color #866489

%2
%27
%0
%46

Triadic Colors of #866489

#866489 #898664 #648986

Analogous Colors of #866489

#866489 #89647a #746489

Monochromatic Colors of #866489

#866489

Complementary Color

#866489 #678964

#866489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866489 Color CSS Codes

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

#866489 Text Font Color

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

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


#866489 Background Color

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

This div background color is #866489


#866489 Border Color

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

This div border color is #866489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866489


Comments

No comments written yet.

Please login to write comment.