Color spaces of #ae4bbe
RGB | 174 | 75 | 190 |
---|---|---|---|
HSL | 0.81 | 0.47 | 0.52 |
HSV | 292° | 61° | 75° |
CMYK | 0.08 | 0.61 | 0.00 0.25 |
XYZ | 29.2659 | 17.7485 | 50.5985 |
Yxy | 17.7485 | 0.2998 | 0.1818 |
Hunter Lab | 42.1290 | 50.2736 | -41.7193 |
CIE-Lab | 49.1896 | 56.6429 | -42.5176 |
#ae4bbe color RGB value is (174,75,190).
#ae4bbe hex color red value is 174, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae4bbe hue: 0.81 , saturation: 0.47 and the lightness value of ae4bbe is 0.52.
The process color (four color CMYK) of #ae4bbe color hex is 0.08, 0.61, 0.00, 0.25. Web safe color of #ae4bbe is #9933cc. Color #ae4bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01001011 | 10111110 |
Octal | 256 | 113 | 276 |
Decimal | 174 | 75 | 190 |
Hex | AE | 4B | BE |
Shades of #ae4bbe
Tints of #ae4bbe
RGB Percentages of Color #ae4bbe
CMYK Percentages of Color #ae4bbe
Complementary Color
#ae4bbe | #5bbe4b |
#ae4bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae4bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae4bbe Color CSS Codes
.mybgcolor {background-color:#ae4bbe; } .myforecolor {color:#ae4bbe; } .mybordercolor {border:3px solid #ae4bbe; }
#ae4bbe Text Font Color
<p style="color:#ae4bbe">Text here</p>
This sample text font color is #ae4bbe
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.
#ae4bbe Background Color
<div style="background-color:#ae4bbe">
Div content here</div>
This div background color is #ae4bbe
#ae4bbe Border Color
<div style="border:3px solid #ae4bbe">
Div here</div>
This div border color is #ae4bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,75,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae4bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae4bbe; -webkit-box-shadow: 1px 1px 3px 2px #ae4bbe; box-shadow: 1px 1px 3px 2px #ae4bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,75,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae4bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae4bbe; -webkit-box-shadow: 1px 1px 3px 2px #ae4bbe; box-shadow: 1px 1px 3px 2px #ae4bbe;">
Div content here</div>
This div box has shadow with color #ae4bbe
Comments
No comments written yet.
Please login to write comment.