Color spaces of #ae619a
RGB | 174 | 97 | 154 |
---|---|---|---|
HSL | 0.88 | 0.32 | 0.53 |
HSV | 316° | 44° | 68° |
CMYK | 0.00 | 0.44 | 0.11 0.32 |
XYZ | 27.5630 | 19.8812 | 32.9566 |
Yxy | 19.8812 | 0.3428 | 0.2473 |
Hunter Lab | 44.5883 | 32.3131 | -12.6112 |
CIE-Lab | 51.7026 | 39.1311 | -17.5553 |
#ae619a color RGB value is (174,97,154).
#ae619a hex color red value is 174, green value is 97 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae619a hue: 0.88 , saturation: 0.32 and the lightness value of ae619a is 0.53.
The process color (four color CMYK) of #ae619a color hex is 0.00, 0.44, 0.11, 0.32. Web safe color of #ae619a is #996699. Color #ae619a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01100001 | 10011010 |
Octal | 256 | 141 | 232 |
Decimal | 174 | 97 | 154 |
Hex | AE | 61 | 9A |
Shades of #ae619a
Tints of #ae619a
RGB Percentages of Color #ae619a
CMYK Percentages of Color #ae619a
Complementary Color
#ae619a | #61ae75 |
#ae619a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae619a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae619a Color CSS Codes
.mybgcolor {background-color:#ae619a; } .myforecolor {color:#ae619a; } .mybordercolor {border:3px solid #ae619a; }
#ae619a Text Font Color
<p style="color:#ae619a">Text here</p>
This sample text font color is #ae619a
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.
#ae619a Background Color
<div style="background-color:#ae619a">
Div content here</div>
This div background color is #ae619a
#ae619a Border Color
<div style="border:3px solid #ae619a">
Div here</div>
This div border color is #ae619a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,97,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae619a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae619a; -webkit-box-shadow: 1px 1px 3px 2px #ae619a; box-shadow: 1px 1px 3px 2px #ae619a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,97,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae619a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae619a; -webkit-box-shadow: 1px 1px 3px 2px #ae619a; box-shadow: 1px 1px 3px 2px #ae619a;">
Div content here</div>
This div box has shadow with color #ae619a
Comments
No comments written yet.
Please login to write comment.