Color spaces of #ae31cd
RGB | 174 | 49 | 205 |
---|---|---|---|
HSL | 0.80 | 0.61 | 0.50 |
HSV | 288° | 76° | 80° |
CMYK | 0.15 | 0.76 | 0.00 0.20 |
XYZ | 29.5733 | 15.6031 | 59.2106 |
Yxy | 15.6031 | 0.2833 | 0.1495 |
Hunter Lab | 39.5008 | 64.5125 | -61.2236 |
CIE-Lab | 46.4494 | 69.6323 | -55.5748 |
#ae31cd color RGB value is (174,49,205).
#ae31cd hex color red value is 174, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ae31cd hue: 0.80 , saturation: 0.61 and the lightness value of ae31cd is 0.50.
The process color (four color CMYK) of #ae31cd color hex is 0.15, 0.76, 0.00, 0.20. Web safe color of #ae31cd is #9933cc. Color #ae31cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00110001 | 11001101 |
Octal | 256 | 61 | 315 |
Decimal | 174 | 49 | 205 |
Hex | AE | 31 | CD |
Shades of #ae31cd
Tints of #ae31cd
RGB Percentages of Color #ae31cd
CMYK Percentages of Color #ae31cd
Complementary Color
#ae31cd | #50cd31 |
#ae31cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae31cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae31cd Color CSS Codes
.mybgcolor {background-color:#ae31cd; } .myforecolor {color:#ae31cd; } .mybordercolor {border:3px solid #ae31cd; }
#ae31cd Text Font Color
<p style="color:#ae31cd">Text here</p>
This sample text font color is #ae31cd
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.
#ae31cd Background Color
<div style="background-color:#ae31cd">
Div content here</div>
This div background color is #ae31cd
#ae31cd Border Color
<div style="border:3px solid #ae31cd">
Div here</div>
This div border color is #ae31cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,49,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae31cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae31cd; -webkit-box-shadow: 1px 1px 3px 2px #ae31cd; box-shadow: 1px 1px 3px 2px #ae31cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,49,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae31cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae31cd; -webkit-box-shadow: 1px 1px 3px 2px #ae31cd; box-shadow: 1px 1px 3px 2px #ae31cd;">
Div content here</div>
This div box has shadow with color #ae31cd
Comments
No comments written yet.
Please login to write comment.