Color spaces of #a401be
RGB | 164 | 1 | 190 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.37 |
HSV | 292° | 99° | 75° |
CMYK | 0.14 | 0.99 | 0.00 0.25 |
XYZ | 24.6150 | 11.6319 | 49.6630 |
Yxy | 11.6319 | 0.2865 | 0.1354 |
Hunter Lab | 34.1056 | 69.1440 | -62.4615 |
CIE-Lab | 40.6250 | 74.6329 | -56.3235 |
#a401be color RGB value is (164,1,190).
#a401be hex color red value is 164, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a401be hue: 0.81 , saturation: 0.99 and the lightness value of a401be is 0.37.
The process color (four color CMYK) of #a401be color hex is 0.14, 0.99, 0.00, 0.25. Web safe color of #a401be is #9900cc. Color #a401be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00000001 | 10111110 |
Octal | 244 | 1 | 276 |
Decimal | 164 | 1 | 190 |
Hex | A4 | 1 | BE |
Shades of #a401be
Tints of #a401be
RGB Percentages of Color #a401be
CMYK Percentages of Color #a401be
Complementary Color
#a401be | #1bbe01 |
#a401be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a401be Color Preview on White Background
Lorem ipsum dolor sit amet.
#a401be Color CSS Codes
.mybgcolor {background-color:#a401be; } .myforecolor {color:#a401be; } .mybordercolor {border:3px solid #a401be; }
#a401be Text Font Color
<p style="color:#a401be">Text here</p>
This sample text font color is #a401be
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.
#a401be Background Color
<div style="background-color:#a401be">
Div content here</div>
This div background color is #a401be
#a401be Border Color
<div style="border:3px solid #a401be">
Div here</div>
This div border color is #a401be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,1,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a401be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a401be; -webkit-box-shadow: 1px 1px 3px 2px #a401be; box-shadow: 1px 1px 3px 2px #a401be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,1,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a401be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a401be; -webkit-box-shadow: 1px 1px 3px 2px #a401be; box-shadow: 1px 1px 3px 2px #a401be;">
Div content here</div>
This div box has shadow with color #a401be
Comments
No comments written yet.
Please login to write comment.