Color spaces of #a81ead
RGB | 168 | 30 | 173 |
---|---|---|---|
HSL | 0.83 | 0.70 | 0.40 |
HSV | 298° | 83° | 68° |
CMYK | 0.03 | 0.83 | 0.00 0.32 |
XYZ | 24.1555 | 12.2705 | 40.6305 |
Yxy | 12.2705 | 0.3135 | 0.1592 |
Hunter Lab | 35.0293 | 61.7889 | -44.2501 |
CIE-Lab | 41.6428 | 68.2500 | -44.6041 |
#a81ead color RGB value is (168,30,173).
#a81ead hex color red value is 168, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a81ead hue: 0.83 , saturation: 0.70 and the lightness value of a81ead is 0.40.
The process color (four color CMYK) of #a81ead color hex is 0.03, 0.83, 0.00, 0.32. Web safe color of #a81ead is #993399. Color #a81ead contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00011110 | 10101101 |
Octal | 250 | 36 | 255 |
Decimal | 168 | 30 | 173 |
Hex | A8 | 1E | AD |
Shades of #a81ead
Tints of #a81ead
RGB Percentages of Color #a81ead
CMYK Percentages of Color #a81ead
Complementary Color
#a81ead | #23ad1e |
#a81ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a81ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#a81ead Color CSS Codes
.mybgcolor {background-color:#a81ead; } .myforecolor {color:#a81ead; } .mybordercolor {border:3px solid #a81ead; }
#a81ead Text Font Color
<p style="color:#a81ead">Text here</p>
This sample text font color is #a81ead
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.
#a81ead Background Color
<div style="background-color:#a81ead">
Div content here</div>
This div background color is #a81ead
#a81ead Border Color
<div style="border:3px solid #a81ead">
Div here</div>
This div border color is #a81ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,30,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a81ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a81ead; -webkit-box-shadow: 1px 1px 3px 2px #a81ead; box-shadow: 1px 1px 3px 2px #a81ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,30,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a81ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a81ead; -webkit-box-shadow: 1px 1px 3px 2px #a81ead; box-shadow: 1px 1px 3px 2px #a81ead;">
Div content here</div>
This div box has shadow with color #a81ead
Comments
No comments written yet.
Please login to write comment.