Color spaces of #ae126b
RGB | 174 | 18 | 107 |
---|---|---|---|
HSL | 0.90 | 0.81 | 0.38 |
HSV | 326° | 90° | 68° |
CMYK | 0.00 | 0.90 | 0.39 0.32 |
XYZ | 20.3257 | 10.4928 | 14.8640 |
Yxy | 10.4928 | 0.4449 | 0.2297 |
Hunter Lab | 32.3926 | 55.3181 | -4.5316 |
CIE-Lab | 38.7127 | 63.1700 | -8.6482 |
#ae126b color RGB value is (174,18,107).
#ae126b hex color red value is 174, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae126b hue: 0.90 , saturation: 0.81 and the lightness value of ae126b is 0.38.
The process color (four color CMYK) of #ae126b color hex is 0.00, 0.90, 0.39, 0.32. Web safe color of #ae126b is #990066. Color #ae126b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00010010 | 01101011 |
Octal | 256 | 22 | 153 |
Decimal | 174 | 18 | 107 |
Hex | AE | 12 | 6B |
Shades of #ae126b
Tints of #ae126b
RGB Percentages of Color #ae126b
CMYK Percentages of Color #ae126b
Complementary Color
#ae126b | #12ae55 |
#ae126b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae126b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae126b Color CSS Codes
.mybgcolor {background-color:#ae126b; } .myforecolor {color:#ae126b; } .mybordercolor {border:3px solid #ae126b; }
#ae126b Text Font Color
<p style="color:#ae126b">Text here</p>
This sample text font color is #ae126b
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.
#ae126b Background Color
<div style="background-color:#ae126b">
Div content here</div>
This div background color is #ae126b
#ae126b Border Color
<div style="border:3px solid #ae126b">
Div here</div>
This div border color is #ae126b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,18,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae126b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae126b; -webkit-box-shadow: 1px 1px 3px 2px #ae126b; box-shadow: 1px 1px 3px 2px #ae126b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,18,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae126b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae126b; -webkit-box-shadow: 1px 1px 3px 2px #ae126b; box-shadow: 1px 1px 3px 2px #ae126b;">
Div content here</div>
This div box has shadow with color #ae126b
Comments
No comments written yet.
Please login to write comment.