Color spaces of #af7adb
RGB | 175 | 122 | 219 |
---|---|---|---|
HSL | 0.76 | 0.57 | 0.67 |
HSV | 273° | 44° | 86° |
CMYK | 0.20 | 0.44 | 0.00 0.14 |
XYZ | 37.4249 | 28.1475 | 70.4783 |
Yxy | 28.1475 | 0.2751 | 0.2069 |
Hunter Lab | 53.0542 | 33.0705 | -41.6241 |
CIE-Lab | 60.0218 | 38.7948 | -41.9342 |
#af7adb color RGB value is (175,122,219).
#af7adb hex color red value is 175, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #af7adb hue: 0.76 , saturation: 0.57 and the lightness value of af7adb is 0.67.
The process color (four color CMYK) of #af7adb color hex is 0.20, 0.44, 0.00, 0.14. Web safe color of #af7adb is #9966cc. Color #af7adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01111010 | 11011011 |
Octal | 257 | 172 | 333 |
Decimal | 175 | 122 | 219 |
Hex | AF | 7A | DB |
Shades of #af7adb
Tints of #af7adb
RGB Percentages of Color #af7adb
CMYK Percentages of Color #af7adb
Complementary Color
#af7adb | #a6db7a |
#af7adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af7adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#af7adb Color CSS Codes
.mybgcolor {background-color:#af7adb; } .myforecolor {color:#af7adb; } .mybordercolor {border:3px solid #af7adb; }
#af7adb Text Font Color
<p style="color:#af7adb">Text here</p>
This sample text font color is #af7adb
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.
#af7adb Background Color
<div style="background-color:#af7adb">
Div content here</div>
This div background color is #af7adb
#af7adb Border Color
<div style="border:3px solid #af7adb">
Div here</div>
This div border color is #af7adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,122,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af7adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af7adb; -webkit-box-shadow: 1px 1px 3px 2px #af7adb; box-shadow: 1px 1px 3px 2px #af7adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,122,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af7adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af7adb; -webkit-box-shadow: 1px 1px 3px 2px #af7adb; box-shadow: 1px 1px 3px 2px #af7adb;">
Div content here</div>
This div box has shadow with color #af7adb
Comments
No comments written yet.
Please login to write comment.