Color spaces of #af32ff
RGB | 175 | 50 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.60 |
HSV | 277° | 80° | 100° |
CMYK | 0.31 | 0.80 | 0.00 0.00 |
XYZ | 36.8698 | 18.6152 | 96.2576 |
Yxy | 18.6152 | 0.2430 | 0.1227 |
Hunter Lab | 43.1453 | 77.0326 | -102.0747 |
CIE-Lab | 50.2339 | 79.1627 | -77.7536 |
#af32ff color RGB value is (175,50,255).
#af32ff hex color red value is 175, green value is 50 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #af32ff hue: 0.77 , saturation: 1.00 and the lightness value of af32ff is 0.60.
The process color (four color CMYK) of #af32ff color hex is 0.31, 0.80, 0.00, 0.00. Web safe color of #af32ff is #9933ff. Color #af32ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00110010 | 11111111 |
Octal | 257 | 62 | 377 |
Decimal | 175 | 50 | 255 |
Hex | AF | 32 | FF |
Shades of #af32ff
Tints of #af32ff
RGB Percentages of Color #af32ff
CMYK Percentages of Color #af32ff
Complementary Color
#af32ff | #82ff32 |
#af32ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af32ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#af32ff Color CSS Codes
.mybgcolor {background-color:#af32ff; } .myforecolor {color:#af32ff; } .mybordercolor {border:3px solid #af32ff; }
#af32ff Text Font Color
<p style="color:#af32ff">Text here</p>
This sample text font color is #af32ff
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.
#af32ff Background Color
<div style="background-color:#af32ff">
Div content here</div>
This div background color is #af32ff
#af32ff Border Color
<div style="border:3px solid #af32ff">
Div here</div>
This div border color is #af32ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,50,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af32ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af32ff; -webkit-box-shadow: 1px 1px 3px 2px #af32ff; box-shadow: 1px 1px 3px 2px #af32ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,50,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af32ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af32ff; -webkit-box-shadow: 1px 1px 3px 2px #af32ff; box-shadow: 1px 1px 3px 2px #af32ff;">
Div content here</div>
This div box has shadow with color #af32ff
Comments
No comments written yet.
Please login to write comment.