Color spaces of #a800ba
RGB | 168 | 0 | 186 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.36 |
HSV | 294° | 100° | 73° |
CMYK | 0.10 | 1.00 | 0.00 0.27 |
XYZ | 25.0114 | 11.8700 | 47.4273 |
Yxy | 11.8700 | 0.2967 | 0.1408 |
Hunter Lab | 34.4529 | 69.2913 | -57.5007 |
CIE-Lab | 41.0088 | 74.6805 | -53.3161 |
#a800ba color RGB value is (168,0,186).
#a800ba hex color red value is 168, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a800ba hue: 0.82 , saturation: 1.00 and the lightness value of a800ba is 0.36.
The process color (four color CMYK) of #a800ba color hex is 0.10, 1.00, 0.00, 0.27. Web safe color of #a800ba is #9900cc. Color #a800ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00000000 | 10111010 |
Octal | 250 | 0 | 272 |
Decimal | 168 | 0 | 186 |
Hex | A8 | 0 | BA |
Shades of #a800ba
Tints of #a800ba
RGB Percentages of Color #a800ba
CMYK Percentages of Color #a800ba
Complementary Color
#a800ba | #12ba00 |
#a800ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a800ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a800ba Color CSS Codes
.mybgcolor {background-color:#a800ba; } .myforecolor {color:#a800ba; } .mybordercolor {border:3px solid #a800ba; }
#a800ba Text Font Color
<p style="color:#a800ba">Text here</p>
This sample text font color is #a800ba
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.
#a800ba Background Color
<div style="background-color:#a800ba">
Div content here</div>
This div background color is #a800ba
#a800ba Border Color
<div style="border:3px solid #a800ba">
Div here</div>
This div border color is #a800ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,0,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a800ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a800ba; -webkit-box-shadow: 1px 1px 3px 2px #a800ba; box-shadow: 1px 1px 3px 2px #a800ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,0,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 #a800ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a800ba; -webkit-box-shadow: 1px 1px 3px 2px #a800ba; box-shadow: 1px 1px 3px 2px #a800ba;">
Div content here</div>
This div box has shadow with color #a800ba
Comments
No comments written yet.
Please login to write comment.