Color spaces of #a817ba
RGB | 168 | 23 | 186 |
---|---|---|---|
HSL | 0.81 | 0.78 | 0.41 |
HSV | 293° | 88° | 73° |
CMYK | 0.10 | 0.88 | 0.00 0.27 |
XYZ | 25.3178 | 12.4828 | 47.5294 |
Yxy | 12.4828 | 0.2967 | 0.1463 |
Hunter Lab | 35.3310 | 66.0818 | -55.0288 |
CIE-Lab | 41.9734 | 71.8257 | -51.7617 |
#a817ba color RGB value is (168,23,186).
#a817ba hex color red value is 168, green value is 23 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a817ba hue: 0.81 , saturation: 0.78 and the lightness value of a817ba is 0.41.
The process color (four color CMYK) of #a817ba color hex is 0.10, 0.88, 0.00, 0.27. Web safe color of #a817ba is #9900cc. Color #a817ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00010111 | 10111010 |
Octal | 250 | 27 | 272 |
Decimal | 168 | 23 | 186 |
Hex | A8 | 17 | BA |
Shades of #a817ba
Tints of #a817ba
RGB Percentages of Color #a817ba
CMYK Percentages of Color #a817ba
Complementary Color
#a817ba | #29ba17 |
#a817ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a817ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a817ba Color CSS Codes
.mybgcolor {background-color:#a817ba; } .myforecolor {color:#a817ba; } .mybordercolor {border:3px solid #a817ba; }
#a817ba Text Font Color
<p style="color:#a817ba">Text here</p>
This sample text font color is #a817ba
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.
#a817ba Background Color
<div style="background-color:#a817ba">
Div content here</div>
This div background color is #a817ba
#a817ba Border Color
<div style="border:3px solid #a817ba">
Div here</div>
This div border color is #a817ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,23,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a817ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a817ba; -webkit-box-shadow: 1px 1px 3px 2px #a817ba; box-shadow: 1px 1px 3px 2px #a817ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,23,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 #a817ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a817ba; -webkit-box-shadow: 1px 1px 3px 2px #a817ba; box-shadow: 1px 1px 3px 2px #a817ba;">
Div content here</div>
This div box has shadow with color #a817ba
Comments
No comments written yet.
Please login to write comment.