Color spaces of #af479a
RGB | 175 | 71 | 154 |
---|---|---|---|
HSL | 0.87 | 0.42 | 0.48 |
HSV | 312° | 59° | 69° |
CMYK | 0.00 | 0.59 | 0.12 0.31 |
XYZ | 25.7652 | 15.9535 | 32.2932 |
Yxy | 15.9535 | 0.3481 | 0.2156 |
Hunter Lab | 39.9418 | 45.2464 | -19.9770 |
CIE-Lab | 46.9134 | 52.4164 | -24.9054 |
#af479a color RGB value is (175,71,154).
#af479a hex color red value is 175, green value is 71 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af479a hue: 0.87 , saturation: 0.42 and the lightness value of af479a is 0.48.
The process color (four color CMYK) of #af479a color hex is 0.00, 0.59, 0.12, 0.31. Web safe color of #af479a is #993399. Color #af479a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01000111 | 10011010 |
Octal | 257 | 107 | 232 |
Decimal | 175 | 71 | 154 |
Hex | AF | 47 | 9A |
Shades of #af479a
Tints of #af479a
RGB Percentages of Color #af479a
CMYK Percentages of Color #af479a
Complementary Color
#af479a | #47af5c |
#af479a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af479a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af479a Color CSS Codes
.mybgcolor {background-color:#af479a; } .myforecolor {color:#af479a; } .mybordercolor {border:3px solid #af479a; }
#af479a Text Font Color
<p style="color:#af479a">Text here</p>
This sample text font color is #af479a
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.
#af479a Background Color
<div style="background-color:#af479a">
Div content here</div>
This div background color is #af479a
#af479a Border Color
<div style="border:3px solid #af479a">
Div here</div>
This div border color is #af479a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,71,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af479a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af479a; -webkit-box-shadow: 1px 1px 3px 2px #af479a; box-shadow: 1px 1px 3px 2px #af479a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,71,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 #af479a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af479a; -webkit-box-shadow: 1px 1px 3px 2px #af479a; box-shadow: 1px 1px 3px 2px #af479a;">
Div content here</div>
This div box has shadow with color #af479a
Comments
No comments written yet.
Please login to write comment.