Color spaces of #a109ee
RGB | 161 | 9 | 238 |
---|---|---|---|
HSL | 0.78 | 0.93 | 0.48 |
HSV | 280° | 96° | 93° |
CMYK | 0.32 | 0.96 | 0.00 0.07 |
XYZ | 30.2282 | 13.9455 | 81.9875 |
Yxy | 13.9455 | 0.2396 | 0.1105 |
Hunter Lab | 37.3437 | 79.1371 | -104.0298 |
CIE-Lab | 44.1547 | 82.0061 | -78.2380 |
#a109ee color RGB value is (161,9,238).
#a109ee hex color red value is 161, green value is 9 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a109ee hue: 0.78 , saturation: 0.93 and the lightness value of a109ee is 0.48.
The process color (four color CMYK) of #a109ee color hex is 0.32, 0.96, 0.00, 0.07. Web safe color of #a109ee is #9900ff. Color #a109ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 00001001 | 11101110 |
Octal | 241 | 11 | 356 |
Decimal | 161 | 9 | 238 |
Hex | A1 | 9 | EE |
Shades of #a109ee
Tints of #a109ee
RGB Percentages of Color #a109ee
CMYK Percentages of Color #a109ee
Complementary Color
#a109ee | #56ee09 |
#a109ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a109ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#a109ee Color CSS Codes
.mybgcolor {background-color:#a109ee; } .myforecolor {color:#a109ee; } .mybordercolor {border:3px solid #a109ee; }
#a109ee Text Font Color
<p style="color:#a109ee">Text here</p>
This sample text font color is #a109ee
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.
#a109ee Background Color
<div style="background-color:#a109ee">
Div content here</div>
This div background color is #a109ee
#a109ee Border Color
<div style="border:3px solid #a109ee">
Div here</div>
This div border color is #a109ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,9,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a109ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a109ee; -webkit-box-shadow: 1px 1px 3px 2px #a109ee; box-shadow: 1px 1px 3px 2px #a109ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,9,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 #a109ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a109ee; -webkit-box-shadow: 1px 1px 3px 2px #a109ee; box-shadow: 1px 1px 3px 2px #a109ee;">
Div content here</div>
This div box has shadow with color #a109ee
Comments
No comments written yet.
Please login to write comment.