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