Color spaces of #a041bf
RGB | 160 | 65 | 191 |
---|---|---|---|
HSL | 0.79 | 0.50 | 0.50 |
HSV | 285° | 66° | 75° |
CMYK | 0.16 | 0.66 | 0.00 0.25 |
XYZ | 25.7915 | 15.0158 | 50.8292 |
Yxy | 15.0158 | 0.2815 | 0.1639 |
Hunter Lab | 38.7502 | 50.9937 | -50.6463 |
CIE-Lab | 45.6558 | 57.9471 | -48.8454 |
#a041bf color RGB value is (160,65,191).
#a041bf hex color red value is 160, green value is 65 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a041bf hue: 0.79 , saturation: 0.50 and the lightness value of a041bf is 0.50.
The process color (four color CMYK) of #a041bf color hex is 0.16, 0.66, 0.00, 0.25. Web safe color of #a041bf is #9933cc. Color #a041bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01000001 | 10111111 |
Octal | 240 | 101 | 277 |
Decimal | 160 | 65 | 191 |
Hex | A0 | 41 | BF |
Shades of #a041bf
Tints of #a041bf
RGB Percentages of Color #a041bf
CMYK Percentages of Color #a041bf
Complementary Color
#a041bf | #60bf41 |
#a041bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a041bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a041bf Color CSS Codes
.mybgcolor {background-color:#a041bf; } .myforecolor {color:#a041bf; } .mybordercolor {border:3px solid #a041bf; }
#a041bf Text Font Color
<p style="color:#a041bf">Text here</p>
This sample text font color is #a041bf
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.
#a041bf Background Color
<div style="background-color:#a041bf">
Div content here</div>
This div background color is #a041bf
#a041bf Border Color
<div style="border:3px solid #a041bf">
Div here</div>
This div border color is #a041bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,65,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a041bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a041bf; -webkit-box-shadow: 1px 1px 3px 2px #a041bf; box-shadow: 1px 1px 3px 2px #a041bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,65,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 #a041bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a041bf; -webkit-box-shadow: 1px 1px 3px 2px #a041bf; box-shadow: 1px 1px 3px 2px #a041bf;">
Div content here</div>
This div box has shadow with color #a041bf
Comments
No comments written yet.
Please login to write comment.