Color spaces of #ae9bdb
RGB | 174 | 155 | 219 |
---|---|---|---|
HSL | 0.72 | 0.47 | 0.73 |
HSV | 258° | 29° | 86° |
CMYK | 0.21 | 0.29 | 0.00 0.14 |
XYZ | 41.9631 | 37.5558 | 72.0551 |
Yxy | 37.5558 | 0.2768 | 0.2478 |
Hunter Lab | 61.2828 | 14.9822 | -26.8141 |
CIE-Lab | 67.6919 | 19.9853 | -29.9905 |
#ae9bdb color RGB value is (174,155,219).
#ae9bdb hex color red value is 174, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae9bdb hue: 0.72 , saturation: 0.47 and the lightness value of ae9bdb is 0.73.
The process color (four color CMYK) of #ae9bdb color hex is 0.21, 0.29, 0.00, 0.14. Web safe color of #ae9bdb is #9999cc. Color #ae9bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10011011 | 11011011 |
Octal | 256 | 233 | 333 |
Decimal | 174 | 155 | 219 |
Hex | AE | 9B | DB |
Shades of #ae9bdb
Tints of #ae9bdb
RGB Percentages of Color #ae9bdb
CMYK Percentages of Color #ae9bdb
Complementary Color
#ae9bdb | #c8db9b |
#ae9bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae9bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae9bdb Color CSS Codes
.mybgcolor {background-color:#ae9bdb; } .myforecolor {color:#ae9bdb; } .mybordercolor {border:3px solid #ae9bdb; }
#ae9bdb Text Font Color
<p style="color:#ae9bdb">Text here</p>
This sample text font color is #ae9bdb
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.
#ae9bdb Background Color
<div style="background-color:#ae9bdb">
Div content here</div>
This div background color is #ae9bdb
#ae9bdb Border Color
<div style="border:3px solid #ae9bdb">
Div here</div>
This div border color is #ae9bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,155,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae9bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae9bdb; -webkit-box-shadow: 1px 1px 3px 2px #ae9bdb; box-shadow: 1px 1px 3px 2px #ae9bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,155,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae9bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae9bdb; -webkit-box-shadow: 1px 1px 3px 2px #ae9bdb; box-shadow: 1px 1px 3px 2px #ae9bdb;">
Div content here</div>
This div box has shadow with color #ae9bdb
Comments
No comments written yet.
Please login to write comment.