Color spaces of #a266fd
RGB | 162 | 102 | 253 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.70 |
HSV | 264° | 60° | 99° |
CMYK | 0.36 | 0.60 | 0.00 0.01 |
XYZ | 37.3813 | 24.2760 | 95.6440 |
Yxy | 24.2760 | 0.2376 | 0.1543 |
Hunter Lab | 49.2707 | 49.2029 | -80.6040 |
CIE-Lab | 56.3631 | 54.4226 | -66.7774 |
#a266fd color RGB value is (162,102,253).
#a266fd hex color red value is 162, green value is 102 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a266fd hue: 0.73 , saturation: 0.97 and the lightness value of a266fd is 0.70.
The process color (four color CMYK) of #a266fd color hex is 0.36, 0.60, 0.00, 0.01. Web safe color of #a266fd is #9966ff. Color #a266fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01100110 | 11111101 |
Octal | 242 | 146 | 375 |
Decimal | 162 | 102 | 253 |
Hex | A2 | 66 | FD |
Shades of #a266fd
Tints of #a266fd
RGB Percentages of Color #a266fd
CMYK Percentages of Color #a266fd
Complementary Color
#a266fd | #c1fd66 |
#a266fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a266fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a266fd Color CSS Codes
.mybgcolor {background-color:#a266fd; } .myforecolor {color:#a266fd; } .mybordercolor {border:3px solid #a266fd; }
#a266fd Text Font Color
<p style="color:#a266fd">Text here</p>
This sample text font color is #a266fd
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.
#a266fd Background Color
<div style="background-color:#a266fd">
Div content here</div>
This div background color is #a266fd
#a266fd Border Color
<div style="border:3px solid #a266fd">
Div here</div>
This div border color is #a266fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,102,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a266fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a266fd; -webkit-box-shadow: 1px 1px 3px 2px #a266fd; box-shadow: 1px 1px 3px 2px #a266fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,102,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a266fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a266fd; -webkit-box-shadow: 1px 1px 3px 2px #a266fd; box-shadow: 1px 1px 3px 2px #a266fd;">
Div content here</div>
This div box has shadow with color #a266fd
Comments
No comments written yet.
Please login to write comment.