Color Hex Logo

#886cae Color Hex

#886CAE
(136,108,174)
0 Favorites   0 Comments

Color spaces of #886cae

RGB 136108174
HSL0.740.290.55
HSV265°38°68°
CMYK 0.220.380.00   0.32
XYZ23.155919.015442.4943
Yxy19.01540.27350.2246
Hunter Lab43.606718.4750-27.2529
CIE-Lab50.705224.7577-31.1482

#886cae color RGB value is (136,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101100 10101110
Octal 210 154 256
Decimal 136 108 174
Hex 88 6C AE

RGB Percentages of Color #886cae

%32.54
%25.84
%41.63

CMYK Percentages of Color #886cae

%22
%38
%0
%32

Triadic Colors of #886cae

#886cae #ae886c #6cae88

Analogous Colors of #886cae

#886cae #a96cae #6c71ae

Monochromatic Colors of #886cae

#886cae

Complementary Color

#886cae #92ae6c

#886cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#886cae Color CSS Codes

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

#886cae Text Font Color

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

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


#886cae Background Color

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

This div background color is #886cae


#886cae Border Color

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

This div border color is #886cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,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 #886cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886cae


Comments

No comments written yet.

Please login to write comment.