Color spaces of #a271bf
RGB | 162 | 113 | 191 |
---|---|---|---|
HSL | 0.77 | 0.38 | 0.60 |
HSV | 278° | 41° | 75° |
CMYK | 0.15 | 0.41 | 0.00 0.25 |
XYZ | 30.2094 | 23.2532 | 52.1863 |
Yxy | 23.2532 | 0.2859 | 0.2201 |
Hunter Lab | 48.2216 | 27.4373 | -30.4097 |
CIE-Lab | 55.3322 | 33.7563 | -33.5307 |
#a271bf color RGB value is (162,113,191).
#a271bf hex color red value is 162, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a271bf hue: 0.77 , saturation: 0.38 and the lightness value of a271bf is 0.60.
The process color (four color CMYK) of #a271bf color hex is 0.15, 0.41, 0.00, 0.25. Web safe color of #a271bf is #9966cc. Color #a271bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01110001 | 10111111 |
Octal | 242 | 161 | 277 |
Decimal | 162 | 113 | 191 |
Hex | A2 | 71 | BF |
Shades of #a271bf
Tints of #a271bf
RGB Percentages of Color #a271bf
CMYK Percentages of Color #a271bf
Complementary Color
#a271bf | #8ebf71 |
#a271bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a271bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a271bf Color CSS Codes
.mybgcolor {background-color:#a271bf; } .myforecolor {color:#a271bf; } .mybordercolor {border:3px solid #a271bf; }
#a271bf Text Font Color
<p style="color:#a271bf">Text here</p>
This sample text font color is #a271bf
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.
#a271bf Background Color
<div style="background-color:#a271bf">
Div content here</div>
This div background color is #a271bf
#a271bf Border Color
<div style="border:3px solid #a271bf">
Div here</div>
This div border color is #a271bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,113,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a271bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a271bf; -webkit-box-shadow: 1px 1px 3px 2px #a271bf; box-shadow: 1px 1px 3px 2px #a271bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,113,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a271bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a271bf; -webkit-box-shadow: 1px 1px 3px 2px #a271bf; box-shadow: 1px 1px 3px 2px #a271bf;">
Div content here</div>
This div box has shadow with color #a271bf
Comments
No comments written yet.
Please login to write comment.