Color spaces of #af78dd
RGB | 175 | 120 | 221 |
---|---|---|---|
HSL | 0.76 | 0.60 | 0.67 |
HSV | 273° | 46° | 87° |
CMYK | 0.21 | 0.46 | 0.00 0.13 |
XYZ | 37.4468 | 27.7674 | 71.7926 |
Yxy | 27.7674 | 0.2733 | 0.2027 |
Hunter Lab | 52.6948 | 34.6326 | -43.8917 |
CIE-Lab | 59.6780 | 40.3479 | -43.5957 |
#af78dd color RGB value is (175,120,221).
#af78dd hex color red value is 175, green value is 120 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af78dd hue: 0.76 , saturation: 0.60 and the lightness value of af78dd is 0.67.
The process color (four color CMYK) of #af78dd color hex is 0.21, 0.46, 0.00, 0.13. Web safe color of #af78dd is #9966cc. Color #af78dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01111000 | 11011101 |
Octal | 257 | 170 | 335 |
Decimal | 175 | 120 | 221 |
Hex | AF | 78 | DD |
Shades of #af78dd
Tints of #af78dd
RGB Percentages of Color #af78dd
CMYK Percentages of Color #af78dd
Complementary Color
#af78dd | #a6dd78 |
#af78dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af78dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#af78dd Color CSS Codes
.mybgcolor {background-color:#af78dd; } .myforecolor {color:#af78dd; } .mybordercolor {border:3px solid #af78dd; }
#af78dd Text Font Color
<p style="color:#af78dd">Text here</p>
This sample text font color is #af78dd
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.
#af78dd Background Color
<div style="background-color:#af78dd">
Div content here</div>
This div background color is #af78dd
#af78dd Border Color
<div style="border:3px solid #af78dd">
Div here</div>
This div border color is #af78dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,120,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af78dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af78dd; -webkit-box-shadow: 1px 1px 3px 2px #af78dd; box-shadow: 1px 1px 3px 2px #af78dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,120,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af78dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af78dd; -webkit-box-shadow: 1px 1px 3px 2px #af78dd; box-shadow: 1px 1px 3px 2px #af78dd;">
Div content here</div>
This div box has shadow with color #af78dd
Comments
No comments written yet.
Please login to write comment.