Color spaces of #af83de
RGB | 175 | 131 | 222 |
---|---|---|---|
HSL | 0.75 | 0.58 | 0.69 |
HSV | 269° | 41° | 87° |
CMYK | 0.21 | 0.41 | 0.00 0.13 |
XYZ | 38.9803 | 30.6205 | 72.9631 |
Yxy | 30.6205 | 0.2734 | 0.2148 |
Hunter Lab | 55.3358 | 28.9035 | -39.4419 |
CIE-Lab | 62.1860 | 34.4746 | -40.2126 |
#af83de color RGB value is (175,131,222).
#af83de hex color red value is 175, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af83de hue: 0.75 , saturation: 0.58 and the lightness value of af83de is 0.69.
The process color (four color CMYK) of #af83de color hex is 0.21, 0.41, 0.00, 0.13. Web safe color of #af83de is #9999cc. Color #af83de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10000011 | 11011110 |
Octal | 257 | 203 | 336 |
Decimal | 175 | 131 | 222 |
Hex | AF | 83 | DE |
Shades of #af83de
Tints of #af83de
RGB Percentages of Color #af83de
CMYK Percentages of Color #af83de
Complementary Color
#af83de | #b2de83 |
#af83de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af83de Color Preview on White Background
Lorem ipsum dolor sit amet.
#af83de Color CSS Codes
.mybgcolor {background-color:#af83de; } .myforecolor {color:#af83de; } .mybordercolor {border:3px solid #af83de; }
#af83de Text Font Color
<p style="color:#af83de">Text here</p>
This sample text font color is #af83de
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.
#af83de Background Color
<div style="background-color:#af83de">
Div content here</div>
This div background color is #af83de
#af83de Border Color
<div style="border:3px solid #af83de">
Div here</div>
This div border color is #af83de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,131,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af83de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af83de; -webkit-box-shadow: 1px 1px 3px 2px #af83de; box-shadow: 1px 1px 3px 2px #af83de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,131,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af83de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af83de; -webkit-box-shadow: 1px 1px 3px 2px #af83de; box-shadow: 1px 1px 3px 2px #af83de;">
Div content here</div>
This div box has shadow with color #af83de
Comments
No comments written yet.
Please login to write comment.