Color spaces of #ae1cca
RGB | 174 | 28 | 202 |
---|---|---|---|
HSL | 0.81 | 0.76 | 0.45 |
HSV | 290° | 86° | 79° |
CMYK | 0.14 | 0.86 | 0.00 0.21 |
XYZ | 28.5315 | 14.0934 | 57.0936 |
Yxy | 14.0934 | 0.2861 | 0.1413 |
Hunter Lab | 37.5412 | 69.9639 | -63.8910 |
CIE-Lab | 44.3666 | 74.5838 | -57.1967 |
#ae1cca color RGB value is (174,28,202).
#ae1cca hex color red value is 174, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae1cca hue: 0.81 , saturation: 0.76 and the lightness value of ae1cca is 0.45.
The process color (four color CMYK) of #ae1cca color hex is 0.14, 0.86, 0.00, 0.21. Web safe color of #ae1cca is #9933cc. Color #ae1cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00011100 | 11001010 |
Octal | 256 | 34 | 312 |
Decimal | 174 | 28 | 202 |
Hex | AE | 1C | CA |
Shades of #ae1cca
Tints of #ae1cca
RGB Percentages of Color #ae1cca
CMYK Percentages of Color #ae1cca
Complementary Color
#ae1cca | #38ca1c |
#ae1cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae1cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae1cca Color CSS Codes
.mybgcolor {background-color:#ae1cca; } .myforecolor {color:#ae1cca; } .mybordercolor {border:3px solid #ae1cca; }
#ae1cca Text Font Color
<p style="color:#ae1cca">Text here</p>
This sample text font color is #ae1cca
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.
#ae1cca Background Color
<div style="background-color:#ae1cca">
Div content here</div>
This div background color is #ae1cca
#ae1cca Border Color
<div style="border:3px solid #ae1cca">
Div here</div>
This div border color is #ae1cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,28,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae1cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae1cca; -webkit-box-shadow: 1px 1px 3px 2px #ae1cca; box-shadow: 1px 1px 3px 2px #ae1cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,28,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae1cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae1cca; -webkit-box-shadow: 1px 1px 3px 2px #ae1cca; box-shadow: 1px 1px 3px 2px #ae1cca;">
Div content here</div>
This div box has shadow with color #ae1cca
Comments
No comments written yet.
Please login to write comment.