Color spaces of #af86fc
RGB | 175 | 134 | 252 |
---|---|---|---|
HSL | 0.72 | 0.95 | 0.76 |
HSV | 261° | 47° | 99° |
CMYK | 0.31 | 0.47 | 0.00 0.01 |
XYZ | 43.7750 | 33.1924 | 96.1950 |
Yxy | 33.1924 | 0.2528 | 0.1917 |
Hunter Lab | 57.6128 | 34.8042 | -58.6663 |
CIE-Lab | 64.3164 | 39.9378 | -53.4319 |
#af86fc color RGB value is (175,134,252).
#af86fc hex color red value is 175, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af86fc hue: 0.72 , saturation: 0.95 and the lightness value of af86fc is 0.76.
The process color (four color CMYK) of #af86fc color hex is 0.31, 0.47, 0.00, 0.01. Web safe color of #af86fc is #9999ff. Color #af86fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10000110 | 11111100 |
Octal | 257 | 206 | 374 |
Decimal | 175 | 134 | 252 |
Hex | AF | 86 | FC |
Shades of #af86fc
Tints of #af86fc
RGB Percentages of Color #af86fc
CMYK Percentages of Color #af86fc
Complementary Color
#af86fc | #d3fc86 |
#af86fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af86fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#af86fc Color CSS Codes
.mybgcolor {background-color:#af86fc; } .myforecolor {color:#af86fc; } .mybordercolor {border:3px solid #af86fc; }
#af86fc Text Font Color
<p style="color:#af86fc">Text here</p>
This sample text font color is #af86fc
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.
#af86fc Background Color
<div style="background-color:#af86fc">
Div content here</div>
This div background color is #af86fc
#af86fc Border Color
<div style="border:3px solid #af86fc">
Div here</div>
This div border color is #af86fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,134,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af86fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af86fc; -webkit-box-shadow: 1px 1px 3px 2px #af86fc; box-shadow: 1px 1px 3px 2px #af86fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,134,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af86fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af86fc; -webkit-box-shadow: 1px 1px 3px 2px #af86fc; box-shadow: 1px 1px 3px 2px #af86fc;">
Div content here</div>
This div box has shadow with color #af86fc
Comments
No comments written yet.
Please login to write comment.