Color spaces of #a818ba
RGB | 168 | 24 | 186 |
---|---|---|---|
HSL | 0.81 | 0.77 | 0.41 |
HSV | 293° | 87° | 73° |
CMYK | 0.10 | 0.87 | 0.00 0.27 |
XYZ | 25.3380 | 12.5233 | 47.5361 |
Yxy | 12.5233 | 0.2967 | 0.1466 |
Hunter Lab | 35.3883 | 65.8765 | -54.8708 |
CIE-Lab | 42.0360 | 71.6413 | -51.6608 |
#a818ba color RGB value is (168,24,186).
#a818ba hex color red value is 168, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a818ba hue: 0.81 , saturation: 0.77 and the lightness value of a818ba is 0.41.
The process color (four color CMYK) of #a818ba color hex is 0.10, 0.87, 0.00, 0.27. Web safe color of #a818ba is #9900cc. Color #a818ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00011000 | 10111010 |
Octal | 250 | 30 | 272 |
Decimal | 168 | 24 | 186 |
Hex | A8 | 18 | BA |
Shades of #a818ba
Tints of #a818ba
RGB Percentages of Color #a818ba
CMYK Percentages of Color #a818ba
Complementary Color
#a818ba | #2aba18 |
#a818ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a818ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a818ba Color CSS Codes
.mybgcolor {background-color:#a818ba; } .myforecolor {color:#a818ba; } .mybordercolor {border:3px solid #a818ba; }
#a818ba Text Font Color
<p style="color:#a818ba">Text here</p>
This sample text font color is #a818ba
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.
#a818ba Background Color
<div style="background-color:#a818ba">
Div content here</div>
This div background color is #a818ba
#a818ba Border Color
<div style="border:3px solid #a818ba">
Div here</div>
This div border color is #a818ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,24,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a818ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a818ba; -webkit-box-shadow: 1px 1px 3px 2px #a818ba; box-shadow: 1px 1px 3px 2px #a818ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,24,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a818ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a818ba; -webkit-box-shadow: 1px 1px 3px 2px #a818ba; box-shadow: 1px 1px 3px 2px #a818ba;">
Div content here</div>
This div box has shadow with color #a818ba
Comments
No comments written yet.
Please login to write comment.