Color Hex Logo

#866dbe Color Hex

#866DBE
(134,109,190)
0 Favorites   0 Comments

Color spaces of #866dbe

RGB 134109190
HSL0.720.380.59
HSV259°43°75°
CMYK 0.290.430.00   0.25
XYZ24.594419.723351.2259
Yxy19.72330.25740.2064
Hunter Lab44.410921.1327-37.3006
CIE-Lab51.522927.5702-39.1323

#866dbe color RGB value is (134,109,190).

#866dbe hex color red value is 134, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #866dbe hue: 0.72 , saturation: 0.38 and the lightness value of 866dbe is 0.59.

The process color (four color CMYK) of #866dbe color hex is 0.29, 0.43, 0.00, 0.25. Web safe color of #866dbe is #9966cc. Color #866dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101101 10111110
Octal 206 155 276
Decimal 134 109 190
Hex 86 6D BE

RGB Percentages of Color #866dbe

%30.95
%25.17
%43.88

CMYK Percentages of Color #866dbe

%29
%43
%0
%25

Triadic Colors of #866dbe

#866dbe #be866d #6dbe86

Analogous Colors of #866dbe

#866dbe #af6dbe #6d7dbe

Monochromatic Colors of #866dbe

#866dbe

Complementary Color

#866dbe #a5be6d

#866dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#866dbe Color CSS Codes

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

#866dbe Text Font Color

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

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


#866dbe Background Color

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

This div background color is #866dbe


#866dbe Border Color

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

This div border color is #866dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,109,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #866dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #866dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #866dbe;
  box-shadow:         1px 1px 3px 2px #866dbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866dbe


Comments

No comments written yet.

Please login to write comment.