Color spaces of #af93fc
RGB | 175 | 147 | 252 |
---|---|---|---|
HSL | 0.71 | 0.95 | 0.78 |
HSV | 256° | 42° | 99° |
CMYK | 0.31 | 0.42 | 0.00 0.01 |
XYZ | 45.6836 | 37.0097 | 96.8313 |
Yxy | 37.0097 | 0.2545 | 0.2062 |
Hunter Lab | 60.8356 | 27.5797 | -51.7863 |
CIE-Lab | 67.2843 | 32.6772 | -48.7370 |
#af93fc color RGB value is (175,147,252).
#af93fc hex color red value is 175, green value is 147 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af93fc hue: 0.71 , saturation: 0.95 and the lightness value of af93fc is 0.78.
The process color (four color CMYK) of #af93fc color hex is 0.31, 0.42, 0.00, 0.01. Web safe color of #af93fc is #9999ff. Color #af93fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010011 | 11111100 |
Octal | 257 | 223 | 374 |
Decimal | 175 | 147 | 252 |
Hex | AF | 93 | FC |
Shades of #af93fc
Tints of #af93fc
RGB Percentages of Color #af93fc
CMYK Percentages of Color #af93fc
Complementary Color
#af93fc | #e0fc93 |
#af93fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af93fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#af93fc Color CSS Codes
.mybgcolor {background-color:#af93fc; } .myforecolor {color:#af93fc; } .mybordercolor {border:3px solid #af93fc; }
#af93fc Text Font Color
<p style="color:#af93fc">Text here</p>
This sample text font color is #af93fc
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.
#af93fc Background Color
<div style="background-color:#af93fc">
Div content here</div>
This div background color is #af93fc
#af93fc Border Color
<div style="border:3px solid #af93fc">
Div here</div>
This div border color is #af93fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,147,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af93fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af93fc; -webkit-box-shadow: 1px 1px 3px 2px #af93fc; box-shadow: 1px 1px 3px 2px #af93fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,147,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 #af93fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af93fc; -webkit-box-shadow: 1px 1px 3px 2px #af93fc; box-shadow: 1px 1px 3px 2px #af93fc;">
Div content here</div>
This div box has shadow with color #af93fc
Comments
No comments written yet.
Please login to write comment.