Color Hex Logo

#885aae Color Hex

#885AAE
(136,90,174)
0 Favorites   0 Comments

Color spaces of #885aae

RGB 13690174
HSL0.760.340.52
HSV273°48°68°
CMYK 0.220.480.00   0.32
XYZ21.449515.602641.9255
Yxy15.60260.27160.1976
Hunter Lab39.500127.8045-35.2804
CIE-Lab46.448735.2372-37.8319

#885aae color RGB value is (136,90,174).

#885aae hex color red value is 136, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #885aae hue: 0.76 , saturation: 0.34 and the lightness value of 885aae is 0.52.

The process color (four color CMYK) of #885aae color hex is 0.22, 0.48, 0.00, 0.32. Web safe color of #885aae is #996699. Color #885aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011010 10101110
Octal 210 132 256
Decimal 136 90 174
Hex 88 5A AE

RGB Percentages of Color #885aae

%34.00
%22.50
%43.50

CMYK Percentages of Color #885aae

%22
%48
%0
%32

Triadic Colors of #885aae

#885aae #ae885a #5aae88

Analogous Colors of #885aae

#885aae #ae5aaa #5e5aae

Monochromatic Colors of #885aae

#885aae

Complementary Color

#885aae #80ae5a

#885aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#885aae Color CSS Codes

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

#885aae Text Font Color

<p style="color:#885aae">Text here</p>

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


#885aae Background Color

<div style="background-color:#885aae">
Div content here</div>

This div background color is #885aae


#885aae Border Color

<div style="border:3px solid #885aae">
Div here</div>

This div border color is #885aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885aae


Comments

No comments written yet.

Please login to write comment.