Color spaces of #ae72db
RGB | 174 | 114 | 219 |
---|---|---|---|
HSL | 0.76 | 0.59 | 0.65 |
HSV | 274° | 48° | 86° |
CMYK | 0.21 | 0.48 | 0.00 0.14 |
XYZ | 36.2591 | 26.1478 | 70.1538 |
Yxy | 26.1478 | 0.2735 | 0.1973 |
Hunter Lab | 51.1349 | 37.0859 | -45.5476 |
CIE-Lab | 58.1771 | 42.9005 | -44.8488 |
#ae72db color RGB value is (174,114,219).
#ae72db hex color red value is 174, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae72db hue: 0.76 , saturation: 0.59 and the lightness value of ae72db is 0.65.
The process color (four color CMYK) of #ae72db color hex is 0.21, 0.48, 0.00, 0.14. Web safe color of #ae72db is #9966cc. Color #ae72db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01110010 | 11011011 |
Octal | 256 | 162 | 333 |
Decimal | 174 | 114 | 219 |
Hex | AE | 72 | DB |
Shades of #ae72db
Tints of #ae72db
RGB Percentages of Color #ae72db
CMYK Percentages of Color #ae72db
Complementary Color
#ae72db | #9fdb72 |
#ae72db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae72db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae72db Color CSS Codes
.mybgcolor {background-color:#ae72db; } .myforecolor {color:#ae72db; } .mybordercolor {border:3px solid #ae72db; }
#ae72db Text Font Color
<p style="color:#ae72db">Text here</p>
This sample text font color is #ae72db
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.
#ae72db Background Color
<div style="background-color:#ae72db">
Div content here</div>
This div background color is #ae72db
#ae72db Border Color
<div style="border:3px solid #ae72db">
Div here</div>
This div border color is #ae72db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,114,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae72db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae72db; -webkit-box-shadow: 1px 1px 3px 2px #ae72db; box-shadow: 1px 1px 3px 2px #ae72db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,114,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 #ae72db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae72db; -webkit-box-shadow: 1px 1px 3px 2px #ae72db; box-shadow: 1px 1px 3px 2px #ae72db;">
Div content here</div>
This div box has shadow with color #ae72db
Comments
No comments written yet.
Please login to write comment.