Color Hex Logo

#866cab Color Hex

#866CAB
(134,108,171)
0 Favorites   0 Comments

Color spaces of #866cab

RGB 134108171
HSL0.740.270.55
HSV265°37°67°
CMYK 0.220.370.00   0.33
XYZ22.544818.733740.9558
Yxy18.73370.27420.2278
Hunter Lab43.282417.2321-25.8052
CIE-Lab50.374223.4129-29.9334

#866cab color RGB value is (134,108,171).

#866cab hex color red value is 134, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #866cab hue: 0.74 , saturation: 0.27 and the lightness value of 866cab is 0.55.

The process color (four color CMYK) of #866cab color hex is 0.22, 0.37, 0.00, 0.33. Web safe color of #866cab is #996699. Color #866cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101100 10101011
Octal 206 154 253
Decimal 134 108 171
Hex 86 6C AB

RGB Percentages of Color #866cab

%32.45
%26.15
%41.40

CMYK Percentages of Color #866cab

%22
%37
%0
%33

Triadic Colors of #866cab

#866cab #ab866c #6cab86

Analogous Colors of #866cab

#866cab #a66cab #6c72ab

Monochromatic Colors of #866cab

#866cab

Complementary Color

#866cab #91ab6c

#866cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#866cab Color CSS Codes

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

#866cab Text Font Color

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

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


#866cab Background Color

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

This div background color is #866cab


#866cab Border Color

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

This div border color is #866cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866cab


Comments

No comments written yet.

Please login to write comment.