Color spaces of #9401bd
RGB | 148 | 1 | 189 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.37 |
HSV | 287° | 99° | 74° |
CMYK | 0.22 | 0.99 | 0.00 0.26 |
XYZ | 21.4089 | 9.9917 | 48.9443 |
Yxy | 9.9917 | 0.2665 | 0.1244 |
Hunter Lab | 31.6097 | 65.5794 | -69.6777 |
CIE-Lab | 37.8275 | 72.2054 | -60.4005 |
#9401bd color RGB value is (148,1,189).
#9401bd hex color red value is 148, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9401bd hue: 0.80 , saturation: 0.99 and the lightness value of 9401bd is 0.37.
The process color (four color CMYK) of #9401bd color hex is 0.22, 0.99, 0.00, 0.26. Web safe color of #9401bd is #9900cc. Color #9401bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00000001 | 10111101 |
Octal | 224 | 1 | 275 |
Decimal | 148 | 1 | 189 |
Hex | 94 | 1 | BD |
Shades of #9401bd
Tints of #9401bd
RGB Percentages of Color #9401bd
CMYK Percentages of Color #9401bd
Complementary Color
#9401bd | #2abd01 |
#9401bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9401bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9401bd Color CSS Codes
.mybgcolor {background-color:#9401bd; } .myforecolor {color:#9401bd; } .mybordercolor {border:3px solid #9401bd; }
#9401bd Text Font Color
<p style="color:#9401bd">Text here</p>
This sample text font color is #9401bd
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.
#9401bd Background Color
<div style="background-color:#9401bd">
Div content here</div>
This div background color is #9401bd
#9401bd Border Color
<div style="border:3px solid #9401bd">
Div here</div>
This div border color is #9401bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,1,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9401bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9401bd; -webkit-box-shadow: 1px 1px 3px 2px #9401bd; box-shadow: 1px 1px 3px 2px #9401bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,1,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9401bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9401bd; -webkit-box-shadow: 1px 1px 3px 2px #9401bd; box-shadow: 1px 1px 3px 2px #9401bd;">
Div content here</div>
This div box has shadow with color #9401bd
Comments
No comments written yet.
Please login to write comment.