Color spaces of #ae74eb
RGB | 174 | 116 | 235 |
---|---|---|---|
HSL | 0.75 | 0.75 | 0.69 |
HSV | 269° | 51° | 92° |
CMYK | 0.26 | 0.51 | 0.00 0.08 |
XYZ | 38.6963 | 27.4876 | 81.8634 |
Yxy | 27.4876 | 0.2614 | 0.1857 |
Hunter Lab | 52.4286 | 39.9965 | -55.8769 |
CIE-Lab | 59.4230 | 45.4796 | -51.8215 |
#ae74eb color RGB value is (174,116,235).
#ae74eb hex color red value is 174, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae74eb hue: 0.75 , saturation: 0.75 and the lightness value of ae74eb is 0.69.
The process color (four color CMYK) of #ae74eb color hex is 0.26, 0.51, 0.00, 0.08. Web safe color of #ae74eb is #9966ff. Color #ae74eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01110100 | 11101011 |
Octal | 256 | 164 | 353 |
Decimal | 174 | 116 | 235 |
Hex | AE | 74 | EB |
Shades of #ae74eb
Tints of #ae74eb
RGB Percentages of Color #ae74eb
CMYK Percentages of Color #ae74eb
Complementary Color
#ae74eb | #b1eb74 |
#ae74eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae74eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae74eb Color CSS Codes
.mybgcolor {background-color:#ae74eb; } .myforecolor {color:#ae74eb; } .mybordercolor {border:3px solid #ae74eb; }
#ae74eb Text Font Color
<p style="color:#ae74eb">Text here</p>
This sample text font color is #ae74eb
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.
#ae74eb Background Color
<div style="background-color:#ae74eb">
Div content here</div>
This div background color is #ae74eb
#ae74eb Border Color
<div style="border:3px solid #ae74eb">
Div here</div>
This div border color is #ae74eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,116,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae74eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae74eb; -webkit-box-shadow: 1px 1px 3px 2px #ae74eb; box-shadow: 1px 1px 3px 2px #ae74eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,116,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae74eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae74eb; -webkit-box-shadow: 1px 1px 3px 2px #ae74eb; box-shadow: 1px 1px 3px 2px #ae74eb;">
Div content here</div>
This div box has shadow with color #ae74eb
Comments
No comments written yet.
Please login to write comment.