Color spaces of #a273ba
RGB | 162 | 115 | 186 |
---|---|---|---|
HSL | 0.78 | 0.34 | 0.59 |
HSV | 280° | 38° | 73° |
CMYK | 0.13 | 0.38 | 0.00 0.27 |
XYZ | 29.8940 | 23.4880 | 49.4124 |
Yxy | 23.4880 | 0.2908 | 0.2285 |
Hunter Lab | 48.4644 | 25.2903 | -26.5246 |
CIE-Lab | 55.5715 | 31.5333 | -30.2943 |
#a273ba color RGB value is (162,115,186).
#a273ba hex color red value is 162, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a273ba hue: 0.78 , saturation: 0.34 and the lightness value of a273ba is 0.59.
The process color (four color CMYK) of #a273ba color hex is 0.13, 0.38, 0.00, 0.27. Web safe color of #a273ba is #9966cc. Color #a273ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01110011 | 10111010 |
Octal | 242 | 163 | 272 |
Decimal | 162 | 115 | 186 |
Hex | A2 | 73 | BA |
Shades of #a273ba
Tints of #a273ba
RGB Percentages of Color #a273ba
CMYK Percentages of Color #a273ba
Complementary Color
#a273ba | #8bba73 |
#a273ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a273ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a273ba Color CSS Codes
.mybgcolor {background-color:#a273ba; } .myforecolor {color:#a273ba; } .mybordercolor {border:3px solid #a273ba; }
#a273ba Text Font Color
<p style="color:#a273ba">Text here</p>
This sample text font color is #a273ba
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.
#a273ba Background Color
<div style="background-color:#a273ba">
Div content here</div>
This div background color is #a273ba
#a273ba Border Color
<div style="border:3px solid #a273ba">
Div here</div>
This div border color is #a273ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,115,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a273ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a273ba; -webkit-box-shadow: 1px 1px 3px 2px #a273ba; box-shadow: 1px 1px 3px 2px #a273ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,115,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 #a273ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a273ba; -webkit-box-shadow: 1px 1px 3px 2px #a273ba; box-shadow: 1px 1px 3px 2px #a273ba;">
Div content here</div>
This div box has shadow with color #a273ba
Comments
No comments written yet.
Please login to write comment.