Color Hex Logo

#866087 Color Hex

#866087
(134,96,135)
0 Favorites   0 Comments

Color spaces of #866087

RGB 13496135
HSL0.830.170.45
HSV298°29°53°
CMYK 0.010.290.00   0.47
XYZ18.387615.183324.8832
Yxy15.18330.31460.2597
Hunter Lab38.965816.0425-10.5861
CIE-Lab45.884222.4358-15.5802

#866087 color RGB value is (134,96,135).

#866087 hex color red value is 134, green value is 96 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #866087 hue: 0.83 , saturation: 0.17 and the lightness value of 866087 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100000 10000111
Octal 206 140 207
Decimal 134 96 135
Hex 86 60 87

RGB Percentages of Color #866087

%36.71
%26.30
%36.99

CMYK Percentages of Color #866087

%1
%29
%0
%47

Triadic Colors of #866087

#866087 #878660 #608786

Analogous Colors of #866087

#866087 #876075 #736087

Monochromatic Colors of #866087

#866087

Complementary Color

#866087 #618760

#866087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866087 Color CSS Codes

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

#866087 Text Font Color

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

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


#866087 Background Color

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

This div background color is #866087


#866087 Border Color

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

This div border color is #866087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866087


Comments

No comments written yet.

Please login to write comment.