Color spaces of #a897fa
RGB | 168 | 151 | 250 |
---|---|---|---|
HSL | 0.70 | 0.91 | 0.79 |
HSV | 250° | 40° | 98° |
CMYK | 0.33 | 0.40 | 0.00 0.02 |
XYZ | 44.4704 | 37.3602 | 95.3099 |
Yxy | 37.3602 | 0.2510 | 0.2109 |
Hunter Lab | 61.1230 | 22.9035 | -49.6656 |
CIE-Lab | 67.5464 | 28.0493 | -47.2726 |
#a897fa color RGB value is (168,151,250).
#a897fa hex color red value is 168, green value is 151 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a897fa hue: 0.70 , saturation: 0.91 and the lightness value of a897fa is 0.79.
The process color (four color CMYK) of #a897fa color hex is 0.33, 0.40, 0.00, 0.02. Web safe color of #a897fa is #9999ff. Color #a897fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10010111 | 11111010 |
Octal | 250 | 227 | 372 |
Decimal | 168 | 151 | 250 |
Hex | A8 | 97 | FA |
Shades of #a897fa
Tints of #a897fa
RGB Percentages of Color #a897fa
CMYK Percentages of Color #a897fa
Complementary Color
#a897fa | #e9fa97 |
#a897fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a897fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a897fa Color CSS Codes
.mybgcolor {background-color:#a897fa; } .myforecolor {color:#a897fa; } .mybordercolor {border:3px solid #a897fa; }
#a897fa Text Font Color
<p style="color:#a897fa">Text here</p>
This sample text font color is #a897fa
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.
#a897fa Background Color
<div style="background-color:#a897fa">
Div content here</div>
This div background color is #a897fa
#a897fa Border Color
<div style="border:3px solid #a897fa">
Div here</div>
This div border color is #a897fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,151,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a897fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a897fa; -webkit-box-shadow: 1px 1px 3px 2px #a897fa; box-shadow: 1px 1px 3px 2px #a897fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,151,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a897fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a897fa; -webkit-box-shadow: 1px 1px 3px 2px #a897fa; box-shadow: 1px 1px 3px 2px #a897fa;">
Div content here</div>
This div box has shadow with color #a897fa
Comments
No comments written yet.
Please login to write comment.