Color spaces of #ae319a
RGB | 174 | 49 | 154 |
---|---|---|---|
HSL | 0.86 | 0.56 | 0.44 |
HSV | 310° | 72° | 68° |
CMYK | 0.00 | 0.72 | 0.11 0.32 |
XYZ | 24.3866 | 13.5284 | 31.8978 |
Yxy | 13.5284 | 0.3493 | 0.1938 |
Hunter Lab | 36.7810 | 53.9828 | -25.6718 |
CIE-Lab | 43.5489 | 61.0412 | -30.1598 |
#ae319a color RGB value is (174,49,154).
#ae319a hex color red value is 174, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae319a hue: 0.86 , saturation: 0.56 and the lightness value of ae319a is 0.44.
The process color (four color CMYK) of #ae319a color hex is 0.00, 0.72, 0.11, 0.32. Web safe color of #ae319a is #993399. Color #ae319a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00110001 | 10011010 |
Octal | 256 | 61 | 232 |
Decimal | 174 | 49 | 154 |
Hex | AE | 31 | 9A |
Shades of #ae319a
Tints of #ae319a
RGB Percentages of Color #ae319a
CMYK Percentages of Color #ae319a
Complementary Color
#ae319a | #31ae45 |
#ae319a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae319a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae319a Color CSS Codes
.mybgcolor {background-color:#ae319a; } .myforecolor {color:#ae319a; } .mybordercolor {border:3px solid #ae319a; }
#ae319a Text Font Color
<p style="color:#ae319a">Text here</p>
This sample text font color is #ae319a
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.
#ae319a Background Color
<div style="background-color:#ae319a">
Div content here</div>
This div background color is #ae319a
#ae319a Border Color
<div style="border:3px solid #ae319a">
Div here</div>
This div border color is #ae319a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,49,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae319a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae319a; -webkit-box-shadow: 1px 1px 3px 2px #ae319a; box-shadow: 1px 1px 3px 2px #ae319a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,49,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 #ae319a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae319a; -webkit-box-shadow: 1px 1px 3px 2px #ae319a; box-shadow: 1px 1px 3px 2px #ae319a;">
Div content here</div>
This div box has shadow with color #ae319a
Comments
No comments written yet.
Please login to write comment.