Color spaces of #a80aee
RGB | 168 | 10 | 238 |
---|---|---|---|
HSL | 0.78 | 0.92 | 0.49 |
HSV | 282° | 96° | 93° |
CMYK | 0.29 | 0.96 | 0.00 0.07 |
XYZ | 31.6896 | 14.7150 | 82.0590 |
Yxy | 14.7150 | 0.2467 | 0.1145 |
Hunter Lab | 38.3601 | 80.3300 | -99.9795 |
CIE-Lab | 45.2413 | 82.7358 | -76.4173 |
#a80aee color RGB value is (168,10,238).
#a80aee hex color red value is 168, green value is 10 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a80aee hue: 0.78 , saturation: 0.92 and the lightness value of a80aee is 0.49.
The process color (four color CMYK) of #a80aee color hex is 0.29, 0.96, 0.00, 0.07. Web safe color of #a80aee is #9900ff. Color #a80aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00001010 | 11101110 |
Octal | 250 | 12 | 356 |
Decimal | 168 | 10 | 238 |
Hex | A8 | A | EE |
Shades of #a80aee
Tints of #a80aee
RGB Percentages of Color #a80aee
CMYK Percentages of Color #a80aee
Complementary Color
#a80aee | #50ee0a |
#a80aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a80aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#a80aee Color CSS Codes
.mybgcolor {background-color:#a80aee; } .myforecolor {color:#a80aee; } .mybordercolor {border:3px solid #a80aee; }
#a80aee Text Font Color
<p style="color:#a80aee">Text here</p>
This sample text font color is #a80aee
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.
#a80aee Background Color
<div style="background-color:#a80aee">
Div content here</div>
This div background color is #a80aee
#a80aee Border Color
<div style="border:3px solid #a80aee">
Div here</div>
This div border color is #a80aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,10,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a80aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a80aee; -webkit-box-shadow: 1px 1px 3px 2px #a80aee; box-shadow: 1px 1px 3px 2px #a80aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,10,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a80aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a80aee; -webkit-box-shadow: 1px 1px 3px 2px #a80aee; box-shadow: 1px 1px 3px 2px #a80aee;">
Div content here</div>
This div box has shadow with color #a80aee
Comments
No comments written yet.
Please login to write comment.