Color Hex Logo

#866dbd Color Hex

#866DBD
(134,109,189)
0 Favorites   0 Comments

Color spaces of #866dbd

RGB 134109189
HSL0.720.380.58
HSV259°42°74°
CMYK 0.290.420.00   0.26
XYZ24.485519.679750.6522
Yxy19.67970.25820.2076
Hunter Lab44.361820.8899-36.6439
CIE-Lab51.473127.3139-38.6353

#866dbd color RGB value is (134,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101101 10111101
Octal 206 155 275
Decimal 134 109 189
Hex 86 6D BD

RGB Percentages of Color #866dbd

%31.02
%25.23
%43.75

CMYK Percentages of Color #866dbd

%29
%42
%0
%26

Triadic Colors of #866dbd

#866dbd #bd866d #6dbd86

Analogous Colors of #866dbd

#866dbd #ae6dbd #6d7cbd

Monochromatic Colors of #866dbd

#866dbd

Complementary Color

#866dbd #a4bd6d

#866dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#866dbd Color CSS Codes

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

#866dbd Text Font Color

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

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


#866dbd Background Color

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

This div background color is #866dbd


#866dbd Border Color

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

This div border color is #866dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866dbd


Comments

No comments written yet.

Please login to write comment.