Color spaces of #ae5ffd
RGB | 174 | 95 | 253 |
---|---|---|---|
HSL | 0.75 | 0.98 | 0.68 |
HSV | 270° | 62° | 99° |
CMYK | 0.31 | 0.62 | 0.00 0.01 |
XYZ | 39.2774 | 24.2749 | 95.5439 |
Yxy | 24.2749 | 0.2469 | 0.1526 |
Hunter Lab | 49.2696 | 56.0774 | -80.4869 |
CIE-Lab | 56.3620 | 60.5193 | -66.7125 |
#ae5ffd color RGB value is (174,95,253).
#ae5ffd hex color red value is 174, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ae5ffd hue: 0.75 , saturation: 0.98 and the lightness value of ae5ffd is 0.68.
The process color (four color CMYK) of #ae5ffd color hex is 0.31, 0.62, 0.00, 0.01. Web safe color of #ae5ffd is #9966ff. Color #ae5ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01011111 | 11111101 |
Octal | 256 | 137 | 375 |
Decimal | 174 | 95 | 253 |
Hex | AE | 5F | FD |
Shades of #ae5ffd
Tints of #ae5ffd
RGB Percentages of Color #ae5ffd
CMYK Percentages of Color #ae5ffd
Complementary Color
#ae5ffd | #aefd5f |
#ae5ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae5ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae5ffd Color CSS Codes
.mybgcolor {background-color:#ae5ffd; } .myforecolor {color:#ae5ffd; } .mybordercolor {border:3px solid #ae5ffd; }
#ae5ffd Text Font Color
<p style="color:#ae5ffd">Text here</p>
This sample text font color is #ae5ffd
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.
#ae5ffd Background Color
<div style="background-color:#ae5ffd">
Div content here</div>
This div background color is #ae5ffd
#ae5ffd Border Color
<div style="border:3px solid #ae5ffd">
Div here</div>
This div border color is #ae5ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,95,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae5ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae5ffd; -webkit-box-shadow: 1px 1px 3px 2px #ae5ffd; box-shadow: 1px 1px 3px 2px #ae5ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,95,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae5ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae5ffd; -webkit-box-shadow: 1px 1px 3px 2px #ae5ffd; box-shadow: 1px 1px 3px 2px #ae5ffd;">
Div content here</div>
This div box has shadow with color #ae5ffd
Comments
No comments written yet.
Please login to write comment.