Color spaces of #a271bc
RGB | 162 | 113 | 188 |
---|---|---|---|
HSL | 0.78 | 0.36 | 0.59 |
HSV | 279° | 40° | 74° |
CMYK | 0.14 | 0.40 | 0.00 0.26 |
XYZ | 29.8825 | 23.1225 | 50.4651 |
Yxy | 23.1225 | 0.2888 | 0.2235 |
Hunter Lab | 48.0859 | 26.7769 | -28.5635 |
CIE-Lab | 55.1983 | 33.0982 | -32.0215 |
#a271bc color RGB value is (162,113,188).
#a271bc hex color red value is 162, green value is 113 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a271bc hue: 0.78 , saturation: 0.36 and the lightness value of a271bc is 0.59.
The process color (four color CMYK) of #a271bc color hex is 0.14, 0.40, 0.00, 0.26. Web safe color of #a271bc is #9966cc. Color #a271bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01110001 | 10111100 |
Octal | 242 | 161 | 274 |
Decimal | 162 | 113 | 188 |
Hex | A2 | 71 | BC |
Shades of #a271bc
Tints of #a271bc
RGB Percentages of Color #a271bc
CMYK Percentages of Color #a271bc
Complementary Color
#a271bc | #8bbc71 |
#a271bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a271bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a271bc Color CSS Codes
.mybgcolor {background-color:#a271bc; } .myforecolor {color:#a271bc; } .mybordercolor {border:3px solid #a271bc; }
#a271bc Text Font Color
<p style="color:#a271bc">Text here</p>
This sample text font color is #a271bc
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.
#a271bc Background Color
<div style="background-color:#a271bc">
Div content here</div>
This div background color is #a271bc
#a271bc Border Color
<div style="border:3px solid #a271bc">
Div here</div>
This div border color is #a271bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,113,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a271bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a271bc; -webkit-box-shadow: 1px 1px 3px 2px #a271bc; box-shadow: 1px 1px 3px 2px #a271bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,113,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a271bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a271bc; -webkit-box-shadow: 1px 1px 3px 2px #a271bc; box-shadow: 1px 1px 3px 2px #a271bc;">
Div content here</div>
This div box has shadow with color #a271bc
Comments
No comments written yet.
Please login to write comment.