Color spaces of #a294fb
RGB | 162 | 148 | 251 |
---|---|---|---|
HSL | 0.69 | 0.93 | 0.78 |
HSV | 248° | 41° | 98° |
CMYK | 0.35 | 0.41 | 0.00 0.02 |
XYZ | 42.9028 | 35.8262 | 95.9207 |
Yxy | 35.8262 | 0.2457 | 0.2051 |
Hunter Lab | 59.8550 | 23.1988 | -53.1168 |
CIE-Lab | 66.3869 | 28.4314 | -49.6795 |
#a294fb color RGB value is (162,148,251).
#a294fb hex color red value is 162, green value is 148 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a294fb hue: 0.69 , saturation: 0.93 and the lightness value of a294fb is 0.78.
The process color (four color CMYK) of #a294fb color hex is 0.35, 0.41, 0.00, 0.02. Web safe color of #a294fb is #9999ff. Color #a294fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10010100 | 11111011 |
Octal | 242 | 224 | 373 |
Decimal | 162 | 148 | 251 |
Hex | A2 | 94 | FB |
Shades of #a294fb
Tints of #a294fb
RGB Percentages of Color #a294fb
CMYK Percentages of Color #a294fb
Complementary Color
#a294fb | #edfb94 |
#a294fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a294fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a294fb Color CSS Codes
.mybgcolor {background-color:#a294fb; } .myforecolor {color:#a294fb; } .mybordercolor {border:3px solid #a294fb; }
#a294fb Text Font Color
<p style="color:#a294fb">Text here</p>
This sample text font color is #a294fb
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.
#a294fb Background Color
<div style="background-color:#a294fb">
Div content here</div>
This div background color is #a294fb
#a294fb Border Color
<div style="border:3px solid #a294fb">
Div here</div>
This div border color is #a294fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,148,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a294fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a294fb; -webkit-box-shadow: 1px 1px 3px 2px #a294fb; box-shadow: 1px 1px 3px 2px #a294fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,148,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a294fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a294fb; -webkit-box-shadow: 1px 1px 3px 2px #a294fb; box-shadow: 1px 1px 3px 2px #a294fb;">
Div content here</div>
This div box has shadow with color #a294fb
Comments
No comments written yet.
Please login to write comment.