Color spaces of #af309e
RGB | 175 | 48 | 158 |
---|---|---|---|
HSL | 0.86 | 0.57 | 0.44 |
HSV | 308° | 73° | 69° |
CMYK | 0.00 | 0.73 | 0.10 0.31 |
XYZ | 24.9077 | 13.6965 | 33.6787 |
Yxy | 13.6965 | 0.3446 | 0.1895 |
Hunter Lab | 37.0088 | 55.3689 | -28.0489 |
CIE-Lab | 43.7945 | 62.2296 | -32.1637 |
#af309e color RGB value is (175,48,158).
#af309e hex color red value is 175, green value is 48 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af309e hue: 0.86 , saturation: 0.57 and the lightness value of af309e is 0.44.
The process color (four color CMYK) of #af309e color hex is 0.00, 0.73, 0.10, 0.31. Web safe color of #af309e is #993399. Color #af309e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00110000 | 10011110 |
Octal | 257 | 60 | 236 |
Decimal | 175 | 48 | 158 |
Hex | AF | 30 | 9E |
Shades of #af309e
Tints of #af309e
RGB Percentages of Color #af309e
CMYK Percentages of Color #af309e
Complementary Color
#af309e | #30af41 |
#af309e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af309e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af309e Color CSS Codes
.mybgcolor {background-color:#af309e; } .myforecolor {color:#af309e; } .mybordercolor {border:3px solid #af309e; }
#af309e Text Font Color
<p style="color:#af309e">Text here</p>
This sample text font color is #af309e
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.
#af309e Background Color
<div style="background-color:#af309e">
Div content here</div>
This div background color is #af309e
#af309e Border Color
<div style="border:3px solid #af309e">
Div here</div>
This div border color is #af309e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,48,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af309e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af309e; -webkit-box-shadow: 1px 1px 3px 2px #af309e; box-shadow: 1px 1px 3px 2px #af309e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,48,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af309e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af309e; -webkit-box-shadow: 1px 1px 3px 2px #af309e; box-shadow: 1px 1px 3px 2px #af309e;">
Div content here</div>
This div box has shadow with color #af309e
Comments
No comments written yet.
Please login to write comment.