Color spaces of #aa267f
RGB | 170 | 38 | 127 |
---|---|---|---|
HSL | 0.89 | 0.63 | 0.41 |
HSV | 320° | 78° | 67° |
CMYK | 0.00 | 0.78 | 0.25 0.33 |
XYZ | 21.1014 | 11.4646 | 21.1794 |
Yxy | 11.4646 | 0.3926 | 0.2133 |
Hunter Lab | 33.8594 | 51.9883 | -13.3849 |
CIE-Lab | 40.3522 | 59.8596 | -18.7226 |
#aa267f color RGB value is (170,38,127).
#aa267f hex color red value is 170, green value is 38 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aa267f hue: 0.89 , saturation: 0.63 and the lightness value of aa267f is 0.41.
The process color (four color CMYK) of #aa267f color hex is 0.00, 0.78, 0.25, 0.33. Web safe color of #aa267f is #993366. Color #aa267f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00100110 | 01111111 |
Octal | 252 | 46 | 177 |
Decimal | 170 | 38 | 127 |
Hex | AA | 26 | 7F |
Shades of #aa267f
Tints of #aa267f
RGB Percentages of Color #aa267f
CMYK Percentages of Color #aa267f
Complementary Color
#aa267f | #26aa51 |
#aa267f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa267f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa267f Color CSS Codes
.mybgcolor {background-color:#aa267f; } .myforecolor {color:#aa267f; } .mybordercolor {border:3px solid #aa267f; }
#aa267f Text Font Color
<p style="color:#aa267f">Text here</p>
This sample text font color is #aa267f
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.
#aa267f Background Color
<div style="background-color:#aa267f">
Div content here</div>
This div background color is #aa267f
#aa267f Border Color
<div style="border:3px solid #aa267f">
Div here</div>
This div border color is #aa267f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,38,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa267f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa267f; -webkit-box-shadow: 1px 1px 3px 2px #aa267f; box-shadow: 1px 1px 3px 2px #aa267f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,38,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa267f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa267f; -webkit-box-shadow: 1px 1px 3px 2px #aa267f; box-shadow: 1px 1px 3px 2px #aa267f;">
Div content here</div>
This div box has shadow with color #aa267f
Comments
No comments written yet.
Please login to write comment.