Color Hex Logo

#866dbb Color Hex

#866DBB
(134,109,187)
0 Favorites   0 Comments

Color spaces of #866dbb

RGB 134109187
HSL0.720.360.58
HSV259°42°73°
CMYK 0.280.420.00   0.27
XYZ24.269819.593549.5165
Yxy19.59350.25990.2098
Hunter Lab44.264520.4068-35.3395
CIE-Lab51.374526.8021-37.6384

#866dbb color RGB value is (134,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101101 10111011
Octal 206 155 273
Decimal 134 109 187
Hex 86 6D BB

RGB Percentages of Color #866dbb

%31.16
%25.35
%43.49

CMYK Percentages of Color #866dbb

%28
%42
%0
%27

Triadic Colors of #866dbb

#866dbb #bb866d #6dbb86

Analogous Colors of #866dbb

#866dbb #ad6dbb #6d7bbb

Monochromatic Colors of #866dbb

#866dbb

Complementary Color

#866dbb #a2bb6d

#866dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#866dbb Color CSS Codes

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

#866dbb Text Font Color

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

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


#866dbb Background Color

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

This div background color is #866dbb


#866dbb Border Color

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

This div border color is #866dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866dbb


Comments

No comments written yet.

Please login to write comment.