Color spaces of #af53ae
RGB | 175 | 83 | 174 |
---|---|---|---|
HSL | 0.84 | 0.37 | 0.51 |
HSV | 301° | 53° | 69° |
CMYK | 0.00 | 0.53 | 0.01 0.31 |
XYZ | 28.4124 | 18.3565 | 42.0901 |
Yxy | 18.3565 | 0.3197 | 0.2066 |
Hunter Lab | 42.8445 | 43.3948 | -28.2549 |
CIE-Lab | 49.9257 | 50.1556 | -32.0273 |
#af53ae color RGB value is (175,83,174).
#af53ae hex color red value is 175, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af53ae hue: 0.84 , saturation: 0.37 and the lightness value of af53ae is 0.51.
The process color (four color CMYK) of #af53ae color hex is 0.00, 0.53, 0.01, 0.31. Web safe color of #af53ae is #996699. Color #af53ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01010011 | 10101110 |
Octal | 257 | 123 | 256 |
Decimal | 175 | 83 | 174 |
Hex | AF | 53 | AE |
Shades of #af53ae
Tints of #af53ae
RGB Percentages of Color #af53ae
CMYK Percentages of Color #af53ae
Complementary Color
#af53ae | #53af54 |
#af53ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af53ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#af53ae Color CSS Codes
.mybgcolor {background-color:#af53ae; } .myforecolor {color:#af53ae; } .mybordercolor {border:3px solid #af53ae; }
#af53ae Text Font Color
<p style="color:#af53ae">Text here</p>
This sample text font color is #af53ae
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.
#af53ae Background Color
<div style="background-color:#af53ae">
Div content here</div>
This div background color is #af53ae
#af53ae Border Color
<div style="border:3px solid #af53ae">
Div here</div>
This div border color is #af53ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,83,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af53ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af53ae; -webkit-box-shadow: 1px 1px 3px 2px #af53ae; box-shadow: 1px 1px 3px 2px #af53ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,83,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af53ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af53ae; -webkit-box-shadow: 1px 1px 3px 2px #af53ae; box-shadow: 1px 1px 3px 2px #af53ae;">
Div content here</div>
This div box has shadow with color #af53ae
Comments
No comments written yet.
Please login to write comment.