Color spaces of #901cff
RGB | 144 | 28 | 255 |
---|---|---|---|
HSL | 0.75 | 1.00 | 0.55 |
HSV | 271° | 89° | 100° |
CMYK | 0.44 | 0.89 | 0.00 0.00 |
XYZ | 29.9669 | 13.9798 | 95.7267 |
Yxy | 13.9798 | 0.2145 | 0.1001 |
Hunter Lab | 37.3896 | 77.6320 | -125.6246 |
CIE-Lab | 44.2039 | 80.8074 | -87.7966 |
#901cff color RGB value is (144,28,255).
#901cff hex color red value is 144, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #901cff hue: 0.75 , saturation: 1.00 and the lightness value of 901cff is 0.55.
The process color (four color CMYK) of #901cff color hex is 0.44, 0.89, 0.00, 0.00. Web safe color of #901cff is #9933ff. Color #901cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00011100 | 11111111 |
Octal | 220 | 34 | 377 |
Decimal | 144 | 28 | 255 |
Hex | 90 | 1C | FF |
Shades of #901cff
Tints of #901cff
RGB Percentages of Color #901cff
CMYK Percentages of Color #901cff
Complementary Color
#901cff | #8bff1c |
#901cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#901cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#901cff Color CSS Codes
.mybgcolor {background-color:#901cff; } .myforecolor {color:#901cff; } .mybordercolor {border:3px solid #901cff; }
#901cff Text Font Color
<p style="color:#901cff">Text here</p>
This sample text font color is #901cff
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.
#901cff Background Color
<div style="background-color:#901cff">
Div content here</div>
This div background color is #901cff
#901cff Border Color
<div style="border:3px solid #901cff">
Div here</div>
This div border color is #901cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,28,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #901cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #901cff; -webkit-box-shadow: 1px 1px 3px 2px #901cff; box-shadow: 1px 1px 3px 2px #901cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,28,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #901cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #901cff; -webkit-box-shadow: 1px 1px 3px 2px #901cff; box-shadow: 1px 1px 3px 2px #901cff;">
Div content here</div>
This div box has shadow with color #901cff
Comments
No comments written yet.
Please login to write comment.