Color Hex Logo

#866bbb Color Hex

#866BBB
(134,107,187)
0 Favorites   0 Comments

Color spaces of #866bbb

RGB 134107187
HSL0.720.370.58
HSV260°43°73°
CMYK 0.280.430.00   0.27
XYZ24.058919.171649.4462
Yxy19.17160.25960.2069
Hunter Lab43.785421.4566-36.3056
CIE-Lab50.887427.9802-38.4054

#866bbb color RGB value is (134,107,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101011 10111011
Octal 206 153 273
Decimal 134 107 187
Hex 86 6B BB

RGB Percentages of Color #866bbb

%31.31
%25.00
%43.69

CMYK Percentages of Color #866bbb

%28
%43
%0
%27

Triadic Colors of #866bbb

#866bbb #bb866b #6bbb86

Analogous Colors of #866bbb

#866bbb #ae6bbb #6b78bb

Monochromatic Colors of #866bbb

#866bbb

Complementary Color

#866bbb #a0bb6b

#866bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#866bbb Color CSS Codes

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

#866bbb Text Font Color

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

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


#866bbb Background Color

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

This div background color is #866bbb


#866bbb Border Color

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

This div border color is #866bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,107,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 #866bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866bbb


Comments

No comments written yet.

Please login to write comment.