Color spaces of #ae229b
RGB | 174 | 34 | 155 |
---|---|---|---|
HSL | 0.86 | 0.67 | 0.41 |
HSV | 308° | 80° | 68° |
CMYK | 0.00 | 0.80 | 0.11 0.32 |
XYZ | 23.9440 | 12.5093 | 32.1629 |
Yxy | 12.5093 | 0.3490 | 0.1823 |
Hunter Lab | 35.3685 | 58.9473 | -29.1584 |
CIE-Lab | 42.0144 | 65.7215 | -33.1724 |
#ae229b color RGB value is (174,34,155).
#ae229b hex color red value is 174, green value is 34 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae229b hue: 0.86 , saturation: 0.67 and the lightness value of ae229b is 0.41.
The process color (four color CMYK) of #ae229b color hex is 0.00, 0.80, 0.11, 0.32. Web safe color of #ae229b is #993399. Color #ae229b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00100010 | 10011011 |
Octal | 256 | 42 | 233 |
Decimal | 174 | 34 | 155 |
Hex | AE | 22 | 9B |
Shades of #ae229b
Tints of #ae229b
RGB Percentages of Color #ae229b
CMYK Percentages of Color #ae229b
Complementary Color
#ae229b | #22ae35 |
#ae229b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae229b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae229b Color CSS Codes
.mybgcolor {background-color:#ae229b; } .myforecolor {color:#ae229b; } .mybordercolor {border:3px solid #ae229b; }
#ae229b Text Font Color
<p style="color:#ae229b">Text here</p>
This sample text font color is #ae229b
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.
#ae229b Background Color
<div style="background-color:#ae229b">
Div content here</div>
This div background color is #ae229b
#ae229b Border Color
<div style="border:3px solid #ae229b">
Div here</div>
This div border color is #ae229b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,34,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae229b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae229b; -webkit-box-shadow: 1px 1px 3px 2px #ae229b; box-shadow: 1px 1px 3px 2px #ae229b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,34,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae229b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae229b; -webkit-box-shadow: 1px 1px 3px 2px #ae229b; box-shadow: 1px 1px 3px 2px #ae229b;">
Div content here</div>
This div box has shadow with color #ae229b
Comments
No comments written yet.
Please login to write comment.