Color spaces of #ae146a
RGB | 174 | 20 | 106 |
---|---|---|---|
HSL | 0.91 | 0.79 | 0.38 |
HSV | 326° | 89° | 68° |
CMYK | 0.00 | 0.89 | 0.39 0.32 |
XYZ | 20.3072 | 10.5396 | 14.5997 |
Yxy | 10.5396 | 0.4468 | 0.2319 |
Hunter Lab | 32.4648 | 54.8412 | -3.9379 |
CIE-Lab | 38.7940 | 62.7292 | -7.8942 |
#ae146a color RGB value is (174,20,106).
#ae146a hex color red value is 174, green value is 20 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ae146a hue: 0.91 , saturation: 0.79 and the lightness value of ae146a is 0.38.
The process color (four color CMYK) of #ae146a color hex is 0.00, 0.89, 0.39, 0.32. Web safe color of #ae146a is #990066. Color #ae146a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00010100 | 01101010 |
Octal | 256 | 24 | 152 |
Decimal | 174 | 20 | 106 |
Hex | AE | 14 | 6A |
Shades of #ae146a
Tints of #ae146a
RGB Percentages of Color #ae146a
CMYK Percentages of Color #ae146a
Complementary Color
#ae146a | #14ae58 |
#ae146a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae146a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae146a Color CSS Codes
.mybgcolor {background-color:#ae146a; } .myforecolor {color:#ae146a; } .mybordercolor {border:3px solid #ae146a; }
#ae146a Text Font Color
<p style="color:#ae146a">Text here</p>
This sample text font color is #ae146a
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.
#ae146a Background Color
<div style="background-color:#ae146a">
Div content here</div>
This div background color is #ae146a
#ae146a Border Color
<div style="border:3px solid #ae146a">
Div here</div>
This div border color is #ae146a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,20,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae146a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae146a; -webkit-box-shadow: 1px 1px 3px 2px #ae146a; box-shadow: 1px 1px 3px 2px #ae146a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,20,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae146a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae146a; -webkit-box-shadow: 1px 1px 3px 2px #ae146a; box-shadow: 1px 1px 3px 2px #ae146a;">
Div content here</div>
This div box has shadow with color #ae146a
Comments
No comments written yet.
Please login to write comment.