Color spaces of #901abc
RGB | 144 | 26 | 188 |
---|---|---|---|
HSL | 0.79 | 0.76 | 0.42 |
HSV | 284° | 86° | 74° |
CMYK | 0.23 | 0.86 | 0.00 0.26 |
XYZ | 20.9481 | 10.2989 | 48.4608 |
Yxy | 10.2989 | 0.2628 | 0.1292 |
Hunter Lab | 32.0919 | 60.3557 | -67.0673 |
CIE-Lab | 38.3736 | 67.6531 | -58.9528 |
#901abc color RGB value is (144,26,188).
#901abc hex color red value is 144, green value is 26 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #901abc hue: 0.79 , saturation: 0.76 and the lightness value of 901abc is 0.42.
The process color (four color CMYK) of #901abc color hex is 0.23, 0.86, 0.00, 0.26. Web safe color of #901abc is #9933cc. Color #901abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00011010 | 10111100 |
Octal | 220 | 32 | 274 |
Decimal | 144 | 26 | 188 |
Hex | 90 | 1A | BC |
Shades of #901abc
Tints of #901abc
RGB Percentages of Color #901abc
CMYK Percentages of Color #901abc
Complementary Color
#901abc | #46bc1a |
#901abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#901abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#901abc Color CSS Codes
.mybgcolor {background-color:#901abc; } .myforecolor {color:#901abc; } .mybordercolor {border:3px solid #901abc; }
#901abc Text Font Color
<p style="color:#901abc">Text here</p>
This sample text font color is #901abc
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.
#901abc Background Color
<div style="background-color:#901abc">
Div content here</div>
This div background color is #901abc
#901abc Border Color
<div style="border:3px solid #901abc">
Div here</div>
This div border color is #901abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,26,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #901abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #901abc; -webkit-box-shadow: 1px 1px 3px 2px #901abc; box-shadow: 1px 1px 3px 2px #901abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,26,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 #901abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #901abc; -webkit-box-shadow: 1px 1px 3px 2px #901abc; box-shadow: 1px 1px 3px 2px #901abc;">
Div content here</div>
This div box has shadow with color #901abc
Comments
No comments written yet.
Please login to write comment.