Color Hex Logo

#866fab Color Hex

#866FAB
(134,111,171)
0 Favorites   0 Comments

Color spaces of #866fab

RGB 134111171
HSL0.730.260.55
HSV263°35°67°
CMYK 0.220.350.00   0.33
XYZ22.866619.377541.0631
Yxy19.37750.27450.2326
Hunter Lab44.019915.6889-24.4936
CIE-Lab51.126021.6382-28.7631

#866fab color RGB value is (134,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101111 10101011
Octal 206 157 253
Decimal 134 111 171
Hex 86 6F AB

RGB Percentages of Color #866fab

%32.21
%26.68
%41.11

CMYK Percentages of Color #866fab

%22
%35
%0
%33

Triadic Colors of #866fab

#866fab #ab866f #6fab86

Analogous Colors of #866fab

#866fab #a46fab #6f76ab

Monochromatic Colors of #866fab

#866fab

Complementary Color

#866fab #94ab6f

#866fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#866fab Color CSS Codes

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

#866fab Text Font Color

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

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


#866fab Background Color

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

This div background color is #866fab


#866fab Border Color

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

This div border color is #866fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866fab


Comments

No comments written yet.

Please login to write comment.