Color Hex Logo

#866cae Color Hex

#866CAE
(134,108,174)
0 Favorites   0 Comments

Color spaces of #866cae

RGB 134108174
HSL0.730.290.55
HSV264°38°68°
CMYK 0.230.380.00   0.32
XYZ22.834118.849442.4792
Yxy18.84940.27130.2240
Hunter Lab43.415917.9022-27.6197
CIE-Lab50.510524.1435-31.4665

#866cae color RGB value is (134,108,174).

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

The process color (four color CMYK) of #866cae color hex is 0.23, 0.38, 0.00, 0.32. Web safe color of #866cae is #996699. Color #866cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101100 10101110
Octal 206 154 256
Decimal 134 108 174
Hex 86 6C AE

RGB Percentages of Color #866cae

%32.21
%25.96
%41.83

CMYK Percentages of Color #866cae

%23
%38
%0
%32

Triadic Colors of #866cae

#866cae #ae866c #6cae86

Analogous Colors of #866cae

#866cae #a76cae #6c73ae

Monochromatic Colors of #866cae

#866cae

Complementary Color

#866cae #94ae6c

#866cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#866cae Color CSS Codes

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

#866cae Text Font Color

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

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


#866cae Background Color

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

This div background color is #866cae


#866cae Border Color

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

This div border color is #866cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866cae


Comments

No comments written yet.

Please login to write comment.