Color spaces of #ae57ce
RGB | 174 | 87 | 206 |
---|---|---|---|
HSL | 0.79 | 0.55 | 0.57 |
HSV | 284° | 58° | 81° |
CMYK | 0.16 | 0.58 | 0.00 0.19 |
XYZ | 32.0043 | 20.2713 | 60.6185 |
Yxy | 20.2713 | 0.2835 | 0.1796 |
Hunter Lab | 45.0237 | 48.0923 | -48.3097 |
CIE-Lab | 52.1426 | 54.1331 | -47.0428 |
#ae57ce color RGB value is (174,87,206).
#ae57ce hex color red value is 174, green value is 87 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae57ce hue: 0.79 , saturation: 0.55 and the lightness value of ae57ce is 0.57.
The process color (four color CMYK) of #ae57ce color hex is 0.16, 0.58, 0.00, 0.19. Web safe color of #ae57ce is #9966cc. Color #ae57ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01010111 | 11001110 |
Octal | 256 | 127 | 316 |
Decimal | 174 | 87 | 206 |
Hex | AE | 57 | CE |
Shades of #ae57ce
Tints of #ae57ce
RGB Percentages of Color #ae57ce
CMYK Percentages of Color #ae57ce
Complementary Color
#ae57ce | #77ce57 |
#ae57ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae57ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae57ce Color CSS Codes
.mybgcolor {background-color:#ae57ce; } .myforecolor {color:#ae57ce; } .mybordercolor {border:3px solid #ae57ce; }
#ae57ce Text Font Color
<p style="color:#ae57ce">Text here</p>
This sample text font color is #ae57ce
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.
#ae57ce Background Color
<div style="background-color:#ae57ce">
Div content here</div>
This div background color is #ae57ce
#ae57ce Border Color
<div style="border:3px solid #ae57ce">
Div here</div>
This div border color is #ae57ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,87,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae57ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae57ce; -webkit-box-shadow: 1px 1px 3px 2px #ae57ce; box-shadow: 1px 1px 3px 2px #ae57ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,87,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae57ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae57ce; -webkit-box-shadow: 1px 1px 3px 2px #ae57ce; box-shadow: 1px 1px 3px 2px #ae57ce;">
Div content here</div>
This div box has shadow with color #ae57ce
Comments
No comments written yet.
Please login to write comment.