Color spaces of #af3aea
RGB | 175 | 58 | 234 |
---|---|---|---|
HSL | 0.78 | 0.81 | 0.57 |
HSV | 280° | 75° | 92° |
CMYK | 0.25 | 0.75 | 0.00 0.08 |
XYZ | 34.0435 | 18.0806 | 79.5375 |
Yxy | 18.0806 | 0.2586 | 0.1373 |
Hunter Lab | 42.5213 | 68.4989 | -81.1390 |
CIE-Lab | 49.5937 | 72.3558 | -67.0296 |
#af3aea color RGB value is (175,58,234).
#af3aea hex color red value is 175, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #af3aea hue: 0.78 , saturation: 0.81 and the lightness value of af3aea is 0.57.
The process color (four color CMYK) of #af3aea color hex is 0.25, 0.75, 0.00, 0.08. Web safe color of #af3aea is #9933ff. Color #af3aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00111010 | 11101010 |
Octal | 257 | 72 | 352 |
Decimal | 175 | 58 | 234 |
Hex | AF | 3A | EA |
Shades of #af3aea
Tints of #af3aea
RGB Percentages of Color #af3aea
CMYK Percentages of Color #af3aea
Complementary Color
#af3aea | #75ea3a |
#af3aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af3aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#af3aea Color CSS Codes
.mybgcolor {background-color:#af3aea; } .myforecolor {color:#af3aea; } .mybordercolor {border:3px solid #af3aea; }
#af3aea Text Font Color
<p style="color:#af3aea">Text here</p>
This sample text font color is #af3aea
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.
#af3aea Background Color
<div style="background-color:#af3aea">
Div content here</div>
This div background color is #af3aea
#af3aea Border Color
<div style="border:3px solid #af3aea">
Div here</div>
This div border color is #af3aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,58,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af3aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af3aea; -webkit-box-shadow: 1px 1px 3px 2px #af3aea; box-shadow: 1px 1px 3px 2px #af3aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,58,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af3aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af3aea; -webkit-box-shadow: 1px 1px 3px 2px #af3aea; box-shadow: 1px 1px 3px 2px #af3aea;">
Div content here</div>
This div box has shadow with color #af3aea
Comments
No comments written yet.
Please login to write comment.