Color spaces of #ae1efb
RGB | 174 | 30 | 251 |
---|---|---|---|
HSL | 0.78 | 0.97 | 0.55 |
HSV | 279° | 88° | 98° |
CMYK | 0.31 | 0.88 | 0.00 0.02 |
XYZ | 35.3324 | 16.8923 | 92.6651 |
Yxy | 16.8923 | 0.2439 | 0.1166 |
Hunter Lab | 41.1002 | 81.5246 | -104.9058 |
CIE-Lab | 48.1240 | 83.1165 | -78.9731 |
#ae1efb color RGB value is (174,30,251).
#ae1efb hex color red value is 174, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae1efb hue: 0.78 , saturation: 0.97 and the lightness value of ae1efb is 0.55.
The process color (four color CMYK) of #ae1efb color hex is 0.31, 0.88, 0.00, 0.02. Web safe color of #ae1efb is #9933ff. Color #ae1efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00011110 | 11111011 |
Octal | 256 | 36 | 373 |
Decimal | 174 | 30 | 251 |
Hex | AE | 1E | FB |
Shades of #ae1efb
Tints of #ae1efb
RGB Percentages of Color #ae1efb
CMYK Percentages of Color #ae1efb
Complementary Color
#ae1efb | #6bfb1e |
#ae1efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae1efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae1efb Color CSS Codes
.mybgcolor {background-color:#ae1efb; } .myforecolor {color:#ae1efb; } .mybordercolor {border:3px solid #ae1efb; }
#ae1efb Text Font Color
<p style="color:#ae1efb">Text here</p>
This sample text font color is #ae1efb
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.
#ae1efb Background Color
<div style="background-color:#ae1efb">
Div content here</div>
This div background color is #ae1efb
#ae1efb Border Color
<div style="border:3px solid #ae1efb">
Div here</div>
This div border color is #ae1efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,30,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae1efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae1efb; -webkit-box-shadow: 1px 1px 3px 2px #ae1efb; box-shadow: 1px 1px 3px 2px #ae1efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,30,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae1efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae1efb; -webkit-box-shadow: 1px 1px 3px 2px #ae1efb; box-shadow: 1px 1px 3px 2px #ae1efb;">
Div content here</div>
This div box has shadow with color #ae1efb
Comments
No comments written yet.
Please login to write comment.