Color spaces of #a26cef
RGB | 162 | 108 | 239 |
---|---|---|---|
HSL | 0.74 | 0.80 | 0.68 |
HSV | 265° | 55° | 94° |
CMYK | 0.32 | 0.55 | 0.00 0.06 |
XYZ | 35.8428 | 24.6385 | 84.5279 |
Yxy | 24.6385 | 0.2472 | 0.1699 |
Hunter Lab | 49.6372 | 42.0290 | -66.2198 |
CIE-Lab | 56.7215 | 47.7814 | -58.4313 |
#a26cef color RGB value is (162,108,239).
#a26cef hex color red value is 162, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a26cef hue: 0.74 , saturation: 0.80 and the lightness value of a26cef is 0.68.
The process color (four color CMYK) of #a26cef color hex is 0.32, 0.55, 0.00, 0.06. Web safe color of #a26cef is #9966ff. Color #a26cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01101100 | 11101111 |
Octal | 242 | 154 | 357 |
Decimal | 162 | 108 | 239 |
Hex | A2 | 6C | EF |
Shades of #a26cef
Tints of #a26cef
RGB Percentages of Color #a26cef
CMYK Percentages of Color #a26cef
Complementary Color
#a26cef | #b9ef6c |
#a26cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a26cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a26cef Color CSS Codes
.mybgcolor {background-color:#a26cef; } .myforecolor {color:#a26cef; } .mybordercolor {border:3px solid #a26cef; }
#a26cef Text Font Color
<p style="color:#a26cef">Text here</p>
This sample text font color is #a26cef
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.
#a26cef Background Color
<div style="background-color:#a26cef">
Div content here</div>
This div background color is #a26cef
#a26cef Border Color
<div style="border:3px solid #a26cef">
Div here</div>
This div border color is #a26cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,108,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a26cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a26cef; -webkit-box-shadow: 1px 1px 3px 2px #a26cef; box-shadow: 1px 1px 3px 2px #a26cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,108,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a26cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a26cef; -webkit-box-shadow: 1px 1px 3px 2px #a26cef; box-shadow: 1px 1px 3px 2px #a26cef;">
Div content here</div>
This div box has shadow with color #a26cef
Comments
No comments written yet.
Please login to write comment.