Color spaces of #885aae
RGB | 136 | 90 | 174 |
---|---|---|---|
HSL | 0.76 | 0.34 | 0.52 |
HSV | 273° | 48° | 68° |
CMYK | 0.22 | 0.48 | 0.00 0.32 |
XYZ | 21.4495 | 15.6026 | 41.9255 |
Yxy | 15.6026 | 0.2716 | 0.1976 |
Hunter Lab | 39.5001 | 27.8045 | -35.2804 |
CIE-Lab | 46.4487 | 35.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01011010 | 10101110 |
Octal | 210 | 132 | 256 |
Decimal | 136 | 90 | 174 |
Hex | 88 | 5A | AE |
Shades of #885aae
Tints of #885aae
RGB Percentages of Color #885aae
CMYK Percentages of Color #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.