Color spaces of #ae64cf
RGB | 174 | 100 | 207 |
---|---|---|---|
HSL | 0.78 | 0.53 | 0.60 |
HSV | 281° | 52° | 81° |
CMYK | 0.16 | 0.52 | 0.00 0.19 |
XYZ | 33.2752 | 22.6180 | 61.6434 |
Yxy | 22.6180 | 0.2831 | 0.1924 |
Hunter Lab | 47.5584 | 41.6640 | -43.5586 |
CIE-Lab | 54.6767 | 47.7550 | -43.5957 |
#ae64cf color RGB value is (174,100,207).
#ae64cf hex color red value is 174, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae64cf hue: 0.78 , saturation: 0.53 and the lightness value of ae64cf is 0.60.
The process color (four color CMYK) of #ae64cf color hex is 0.16, 0.52, 0.00, 0.19. Web safe color of #ae64cf is #9966cc. Color #ae64cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01100100 | 11001111 |
Octal | 256 | 144 | 317 |
Decimal | 174 | 100 | 207 |
Hex | AE | 64 | CF |
Shades of #ae64cf
Tints of #ae64cf
RGB Percentages of Color #ae64cf
CMYK Percentages of Color #ae64cf
Complementary Color
#ae64cf | #85cf64 |
#ae64cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae64cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae64cf Color CSS Codes
.mybgcolor {background-color:#ae64cf; } .myforecolor {color:#ae64cf; } .mybordercolor {border:3px solid #ae64cf; }
#ae64cf Text Font Color
<p style="color:#ae64cf">Text here</p>
This sample text font color is #ae64cf
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.
#ae64cf Background Color
<div style="background-color:#ae64cf">
Div content here</div>
This div background color is #ae64cf
#ae64cf Border Color
<div style="border:3px solid #ae64cf">
Div here</div>
This div border color is #ae64cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,100,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae64cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae64cf; -webkit-box-shadow: 1px 1px 3px 2px #ae64cf; box-shadow: 1px 1px 3px 2px #ae64cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,100,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae64cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae64cf; -webkit-box-shadow: 1px 1px 3px 2px #ae64cf; box-shadow: 1px 1px 3px 2px #ae64cf;">
Div content here</div>
This div box has shadow with color #ae64cf
Comments
No comments written yet.
Please login to write comment.