Color spaces of #af049a
RGB | 175 | 4 | 154 |
---|---|---|---|
HSL | 0.85 | 0.96 | 0.35 |
HSV | 307° | 98° | 69° |
CMYK | 0.00 | 0.98 | 0.12 0.31 |
XYZ | 23.5553 | 11.5339 | 31.5566 |
Yxy | 11.5339 | 0.3534 | 0.1731 |
Hunter Lab | 33.9616 | 64.3724 | -31.3183 |
CIE-Lab | 40.4655 | 70.6795 | -35.0005 |
#af049a color RGB value is (175,4,154).
#af049a hex color red value is 175, green value is 4 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af049a hue: 0.85 , saturation: 0.96 and the lightness value of af049a is 0.35.
The process color (four color CMYK) of #af049a color hex is 0.00, 0.98, 0.12, 0.31. Web safe color of #af049a is #990099. Color #af049a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00000100 | 10011010 |
Octal | 257 | 4 | 232 |
Decimal | 175 | 4 | 154 |
Hex | AF | 4 | 9A |
Shades of #af049a
Tints of #af049a
RGB Percentages of Color #af049a
CMYK Percentages of Color #af049a
Complementary Color
#af049a | #04af19 |
#af049a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af049a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af049a Color CSS Codes
.mybgcolor {background-color:#af049a; } .myforecolor {color:#af049a; } .mybordercolor {border:3px solid #af049a; }
#af049a Text Font Color
<p style="color:#af049a">Text here</p>
This sample text font color is #af049a
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.
#af049a Background Color
<div style="background-color:#af049a">
Div content here</div>
This div background color is #af049a
#af049a Border Color
<div style="border:3px solid #af049a">
Div here</div>
This div border color is #af049a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,4,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af049a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af049a; -webkit-box-shadow: 1px 1px 3px 2px #af049a; box-shadow: 1px 1px 3px 2px #af049a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,4,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af049a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af049a; -webkit-box-shadow: 1px 1px 3px 2px #af049a; box-shadow: 1px 1px 3px 2px #af049a;">
Div content here</div>
This div box has shadow with color #af049a
Comments
No comments written yet.
Please login to write comment.