Color spaces of #ae5bfb
RGB | 174 | 91 | 251 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.67 |
HSV | 271° | 64° | 98° |
CMYK | 0.31 | 0.64 | 0.00 0.02 |
XYZ | 38.6092 | 23.4459 | 93.7574 |
Yxy | 23.4459 | 0.2478 | 0.1505 |
Hunter Lab | 48.4210 | 57.5930 | -80.9084 |
CIE-Lab | 55.5287 | 61.9870 | -66.9482 |
#ae5bfb color RGB value is (174,91,251).
#ae5bfb hex color red value is 174, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae5bfb hue: 0.75 , saturation: 0.95 and the lightness value of ae5bfb is 0.67.
The process color (four color CMYK) of #ae5bfb color hex is 0.31, 0.64, 0.00, 0.02. Web safe color of #ae5bfb is #9966ff. Color #ae5bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01011011 | 11111011 |
Octal | 256 | 133 | 373 |
Decimal | 174 | 91 | 251 |
Hex | AE | 5B | FB |
Shades of #ae5bfb
Tints of #ae5bfb
RGB Percentages of Color #ae5bfb
CMYK Percentages of Color #ae5bfb
Complementary Color
#ae5bfb | #a8fb5b |
#ae5bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae5bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae5bfb Color CSS Codes
.mybgcolor {background-color:#ae5bfb; } .myforecolor {color:#ae5bfb; } .mybordercolor {border:3px solid #ae5bfb; }
#ae5bfb Text Font Color
<p style="color:#ae5bfb">Text here</p>
This sample text font color is #ae5bfb
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.
#ae5bfb Background Color
<div style="background-color:#ae5bfb">
Div content here</div>
This div background color is #ae5bfb
#ae5bfb Border Color
<div style="border:3px solid #ae5bfb">
Div here</div>
This div border color is #ae5bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,91,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae5bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae5bfb; -webkit-box-shadow: 1px 1px 3px 2px #ae5bfb; box-shadow: 1px 1px 3px 2px #ae5bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,91,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 #ae5bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae5bfb; -webkit-box-shadow: 1px 1px 3px 2px #ae5bfb; box-shadow: 1px 1px 3px 2px #ae5bfb;">
Div content here</div>
This div box has shadow with color #ae5bfb
Comments
No comments written yet.
Please login to write comment.